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

PyCQA / pylint-django
89%
master: 0%

Build:
Build:
LAST BUILD BRANCH: additional-suppressions
DEFAULT BRANCH: master
Repo Added 25 Jan 2018 12:21PM UTC
Files 0
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

LAST BUILD ON BRANCH pr251
branch: pr251
CHANGE BRANCH
x
Reset
  • pr251
  • 0.10.0
  • 0.10.1
  • 0.11
  • 0.11.1
  • 0.9.1
  • 0.9.2
  • 0.9.3
  • 0.9.4
  • 2.0
  • 2.0.1
  • 2.0.2
  • 2.0.3
  • 2.0.4
  • 2.0.5
  • 201-fix-compat
  • 289-remove-repeated-migration-config
  • another_take_on_compatibility
  • bug_fixes
  • bugfix/278-add-auth-user-error-code
  • bugfix/find-missing-tarball
  • bump_django_for_tests
  • changelog_on_pypi
  • check_readme_during_build
  • cleaning
  • docs_for_241
  • factory_members
  • fatal_if_django_not_configured
  • feature/cleanup-py2
  • feature/improve-django-settings-handling
  • feature/move-faker-to-test-deps
  • feature/support-pylint-2.6-in-tests
  • fix_issue_56
  • fix_tests
  • flake8_fixes
  • github-actions
  • heidelberg_release
  • image_field_save
  • install_rust
  • issue-117
  • json_checkers
  • link_updates
  • load_configuration_updates
  • make_django_requirement
  • master
  • migrations_new_column
  • migrations_unused_arguments
  • new_version
  • next_release
  • no_member_transforms
  • packaging_fixes
  • pr234
  • pr256
  • prep_new_release
  • py37-pylint-dev
  • pylint20
  • python2_unicode_compatible
  • test_for_generic_foreign_key
  • test_pylint_master
  • testing_django_3.1
  • tests_under_pylint-django
  • tests_wsgi_request
  • update-plugin-utils-version
  • user_checker
  • v2.0.10
  • v2.0.11
  • v2.0.12
  • v2.0.14
  • v2.0.15
  • v2.0.7
  • v2.0.8
  • v2.0.9
  • v2.1.0
  • v2.2.0
  • v2.3.0
  • v2.4.0
  • v2.4.1
  • v2.4.2
  • v2.4.3
  • wsgi_application

pending completion
853

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 extends the `ignored-argument-names` regex of Pylint to also
ignore arguments named `request`. This way unused-argument warnings will
still be issued for every other unused argument of the function/method.

5778 of 6525 relevant lines covered (88.55%)

6.2 hits per line

Relevant lines Covered
Build:
Build:
6525 RELEVANT LINES 5778 COVERED LINES
6.2 HITS PER LINE
Source Files on pr251
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
853 pr251 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/m... push 31 Oct 2019 09:43AM UTC atodorov travis-ci pending completion  
See All Builds (1267)
  • Repo on GitHub
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