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

OCA / pylint-odoo / 1223
98%

Build:
DEFAULT BRANCH: master
Ran 30 Sep 2022 01:53PM UTC
Jobs 6
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
1223

push

travis-ci-com

web-flow
[FIX] attribute-string-redundant: Only when field string is the same as title() format (#392)

This allows to have titles in different case.

For example this field declaration is not going to set a attribute-string-redundant:

```
has_changes_pending_approval = fields.Boolean(
        string="Has changes pending approval"
)
```

But if we define the field in this way it will set a W8113:

```
has_changes_pending_approval = fields.Boolean(
        string="Has Changes Pending Approval"
)
```

Fixes #387

1540 of 1579 relevant lines covered (97.53%)

0.98 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
6
100.0
pylint_odoo/checkers/no_modules.py
9
100.0
pylint_odoo/misc.py
14
100.0
pylint_odoo/test/main.py
Jobs
ID Job ID Ran Files Coverage
1 1223.1 (TOXENV=pylint) 30 Sep 2022 01:53PM UTC 0
97.53
Travis Job 1223.1
2 1223.2 (TOXENV=pylint) 30 Sep 2022 01:55PM UTC 0
97.72
Travis Job 1223.2
4 1223.4 (TOXENV=pylint LINT="1" DEPLOY="1") 30 Sep 2022 01:55PM UTC 0
97.76
Travis Job 1223.4
5 1223.5 (TOXENV=pylint) 30 Sep 2022 01:56PM UTC 0
97.76
Travis Job 1223.5
6 1223.6 (TOXENV=pylint) 30 Sep 2022 01:58PM UTC 0
98.0
Travis Job 1223.6
7 1223.7 (TOXENV=pylint) 30 Sep 2022 01:58PM UTC 0
98.0
Travis Job 1223.7
Source Files on build 1223
  • Tree
  • List 7
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #1223
  • 4960c52c on github
  • Prev Build on master (#1219)
  • Next Build on master (#1229)
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