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

PyCQA / pylint / 553
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 10 Jul 2016 01:56PM UTC
Jobs 5
Files 50
Run time 6min
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
553

push

travis-ci

PCManticore
arguments-differ takes in consideration kwonlyargs and variadics

The check was rewritten to be more strict about overridding a method:

  - now it complains if the parent method had variadics in the signature,
    but the overridden method does not have. For instance, having *args in
    the parent method means that it can accept anything, but restricting this
    to (a, b) in the overridden method leads to inconsistencies in their
    behavior and can potentially introduce new bugs.

  - it complains if the number of keyword only parameters are not the
    same in the overridden method

  - it complains about the names of the parameters. For instance, having
    (a, b) in the parent method and changing this to (c, d) in the overridden
    method means that the latter one cannot be accessed in the same way
    as the parent method, when using keyword arguments.

Close #983

8557 of 9487 relevant lines covered (90.2%)

4.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 553.1 (TOXENV=py27) 10 Jul 2016 01:56PM UTC 0
88.7
Travis Job 553.1
2 553.2 (TOXENV=py33) 10 Jul 2016 01:56PM UTC 0
87.95
Travis Job 553.2
3 553.3 (TOXENV=py34) 10 Jul 2016 01:56PM UTC 0
87.95
Travis Job 553.3
4 553.4 (TOXENV=py35) 10 Jul 2016 01:57PM UTC 0
87.98
Travis Job 553.4
5 553.5 (TOXENV=pypy) 10 Jul 2016 02:02PM UTC 0
88.75
Travis Job 553.5
Source Files on build 553
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #553
  • d6cf1f05 on github
  • Prev Build on master (#552)
  • Next Build on master (#554)
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