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

OCA / pylint-odoo / 571 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 04 Dec 2017 09:25PM UTC
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

04 Dec 2017 09:23PM UTC coverage: 99.635%. Remained the same
TOXENV=py34-pylint14

push

travis-ci

moylop260
[REF] pylint_odoo: Use check-name instead of check-code for add_message method (#174)

When a check is found the method `add_message` is called with the number of the check `W7904` instead of the name of the check `deprecated-openerp-xml-node`

This change is necessary to used the new configuration `odoo_check_versions` like this:

```python
    odoo_check_versions = {                                                     
        'useless-attribute-non-translatable': {                                 
            'min_odoo_version': '8.0',                                          
        },                                                                                                                                                                                             
   } 
```

Without this change the `odoo_check_versions` should be like this:

```python
    odoo_check_versions = {                                                     
        'W7904': {                                 
            'min_odoo_version': '8.0',                                          
        },                                                                                                                                                                                             
   } 
```

It keep more readable `odoo_check_versions`

1093 of 1097 relevant lines covered (99.64%)

1.0 hits per line

Source Files on job 571.3 (TOXENV=py34-pylint14)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 571
  • Travis Job 571.3
  • b9016b07 on github
  • Prev Job for TOXENV=py34-pylint14 on master (#569.3)
  • Next Job for TOXENV=py34-pylint14 on master (#586.3)
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