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

PyCQA / pylint / 432
92%
main: 95%

Build:
Build:
LAST BUILD BRANCH: maintenance/2.15.x
DEFAULT BRANCH: main
Ran 26 Jun 2016 11:45PM UTC
Jobs 5
Files 53
Run time 4min
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
432

push

travis-ci

PCManticore
ignored-argument-names is now used for ignoring arguments for unused-variable check.

This option was used for ignoring arguments when computing the correct number of arguments
a function should have, but for handling the arguments with regard
to unused-variable check, dummy-variables-rgx was used instead. Now, ignored-argument-names
is used for its original purpose and also for ignoring the matched arguments for
the unused-variable check. This offers a better control of what should be ignored
and how.
Also, the same option was moved from the design checker to the variables checker,
which means that the option now appears under the ``[VARIABLES]`` section inside
the configuration file.
Close #862.

8593 of 9541 relevant lines covered (90.06%)

4.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 432.1 (TOXENV=py27) 26 Jun 2016 11:45PM UTC 0
88.61
Travis Job 432.1
2 432.2 (TOXENV=py33) 26 Jun 2016 11:46PM UTC 0
87.81
Travis Job 432.2
3 432.3 (TOXENV=py34) 26 Jun 2016 11:46PM UTC 0
87.78
Travis Job 432.3
4 432.4 (TOXENV=py35) 26 Jun 2016 11:46PM UTC 0
87.87
Travis Job 432.4
5 432.5 (TOXENV=pypy) 26 Jun 2016 11:50PM UTC 0
88.63
Travis Job 432.5
Source Files on build 432
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #432
  • 575c90d1 on github
  • Prev Build on master (#431)
  • Next Build on master (#433)
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