• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Vauxoo / pylint-odoo / 383
99%

Build:
DEFAULT BRANCH: master
Ran 16 Dec 2016 07:08PM UTC
Jobs 1
Files 7
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
383

push

travis-ci

web-flow
[MERGE] From OCA/master (#87)

* [REF] global refactoring: better message output and use real file and line number in non-py files (#62)

[REF] global refactoring: better message output and use real file and line number in non-py files

Change from `pylint_odoo/test_repo/broken_module/__init__:1: [W7910(wrong-tabs-instead-of-spaces), ]  model_view_odoo.xml:23 Use wrong tabs indentation instead of four spaces`
to `pylint_odoo/test_repo/broken_module/model_view_odoo.xml:23: [W7910(wrong-tabs-instead-of-spaces), ]  Use wrong tabs indentation instead of four spaces`

* [FIX] rst-syntax-error: Skip unknown directives

* [FIX] rst-syntax-error: Skip unknown roles

* [ADD] missing-import-error, missing-manifest-dependency

* [REF] README: Update messages list

Signed-off-by: Moisés López <moylop260@vauxoo.com>

* Adding isort dependency (#70)

* [REF] requirements: Update developer version of pylint and astroid

* [ADD] Support for 10.0 manifest name

* [REF] missing-import-error: Skip test file
since these files are loaded only when running tests and in such a case your module and their external dependencies are installed.

* [IMP] manifest-version-format: Add valid_odoo_versions parameter to force a valid version of odoo in the manifest version

* [FIX] missing-import-error: Updating libraries used from requirements.txt but not imported or nested imported from odoo

* [FIX] manifest-version-format: Support -e manifest-version-format only

* [FIX] manifest-version-format: Fix regex to use explicit dot instead of any char

* [FIX] Whitelist `anybox.testing.openerp`
* Add `anybox.testing.openerp` - Fixes #81

* [ADD] missing-return
If you use call a `super` method then you will need return the original
value.
If you want overwrite a original method then you need add documentation
of why and add a `pylint: disable=missing-return`

* [REF] attribute-deprecated: Deprecate length class attribute (#86)

* [REF] attribut... (continued)

957 of 957 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 383.1 (TOXENV=py27-pylint14) 16 Dec 2016 07:08PM UTC 0
100.0
Travis Job 383.1
Source Files on build 383
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #383
  • cf717add on github
  • Prev Build on master (#381)
  • Next Build on master (#394)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc