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

OCA / pylint-odoo
100%
master: 98%

Build:
Build:
LAST BUILD BRANCH: 7.0.5
DEFAULT BRANCH: master
Repo Added 12 Oct 2015 09:52PM UTC
Files 7
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

LAST BUILD ON BRANCH 1.9.3
branch: 1.9.3
CHANGE BRANCH
x
Reset
  • 1.9.3
  • 1.0.0
  • 1.0.1
  • 1.0.2
  • 1.1.0
  • 1.2.0
  • 1.3.0
  • 1.3.1
  • 1.3.2
  • 1.3.3
  • 1.3.4
  • 1.3.5
  • 1.4.0
  • 1.5.0
  • 1.6.0
  • 1.7.0
  • 1.8.0
  • 1.8.1
  • 1.8.2
  • 1.9.4
  • 1.9.5
  • 2.0.0
  • 2.0.1
  • 2.0.2
  • 3.0.0
  • 3.0.1
  • 3.0.3
  • 3.1.0
  • 3.10.0
  • 3.2.0
  • 3.3.0
  • 3.3.1
  • 3.3.2
  • 3.4.0
  • 3.5.0
  • 3.5.1
  • 3.6.0
  • 3.7.0
  • 3.7.1
  • 3.8.0
  • 3.9.0
  • 4.0.0
  • 5.0.0
  • 5.0.1
  • 5.0.2
  • 5.0.3
  • 5.0.4
  • 5.0.5
  • 6.0.0
  • 6.1.0
  • 6.2.0
  • 7.0
  • 7.0.0
  • 7.0.1
  • 7.0.2
  • 7.0.3
  • 7.0.4
  • 7.0.5
  • dependabot/pip/pygments-2.7.4
  • main
  • master
  • master-ocabot-merge-pr-261-by-moylop260-bump-no
  • moylop260-patch-1
  • revert-376-master

pending completion
572

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`

1 of 1 new or added line in 1 file covered. (100.0%)

1095 of 1097 relevant lines covered (99.82%)

3.99 hits per line

Relevant lines Covered
Build:
Build:
1097 RELEVANT LINES 1095 COVERED LINES
3.99 HITS PER LINE
Source Files on 1.9.3
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
572 1.9.3 [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` ... push 04 Dec 2017 09:26PM UTC moylop260 travis-ci pending completion  
See All Builds (929)
  • Repo on GitHub
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

© 2025 Coveralls, Inc