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

PyCQA / pylint-django / 862 / 6
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 04 Nov 2019 01:43PM UTC
Files 18
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

04 Nov 2019 01:39PM UTC coverage: 88.567% (+1.0%) from 87.586%
DJANGO=2.2

push

travis-ci

atodorov
Ignore unused-argument warning for request arguments (Fixes #249)

The previous implementation (result of #155) of disabling the
unused-argument warning for functions/methods having an argument named
`request` was to broad. As soon as a function/method contains a
`request` argument no unused-argument warning will be issued for this
function anymore, even though some other arguments are unused!

This commit monkey patches `VariablesChecker._is_ignored_named` to
specifically suppress the generation of unused-argument warnings for
arguments named `request`.
This way unused-argument warnings will still be issued for every other
unused argument of the function/method.

643 of 726 relevant lines covered (88.57%)

0.89 hits per line

Source Files on job 862.6 (DJANGO=2.2)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 739
  • Travis Job 862.6
  • 5f752b6c on github
  • Prev Job for DJANGO=2.2 on master (#861.3)
  • Next Job for DJANGO=2.2 on master (#863.5)
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