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

OCA / pylint-odoo / 1223 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 30 Sep 2022 01:53PM UTC
Files 7
Run time 0s
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

30 Sep 2022 01:53PM UTC coverage: 97.53%. Remained the same
TOXENV=pylint

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

Source Files on job 1223.1 (TOXENV=pylint)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1042
  • Travis Job 1223.1
  • 4960c52c on github
  • Prev Job for TOXENV=pylint on master (#1219.1)
  • Next Job for TOXENV=pylint on master (#1229.1)
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