Skip to content

Commit

Permalink
Remove disable=invalid-name for urlpatterns test. Refs #161
Browse files Browse the repository at this point in the history
The `urlpatterns` constant has been supported since version 0.8.0.
This commit makes sure the checker isn't disabled for this test
file.
  • Loading branch information
atodorov committed May 24, 2018
1 parent f3f8fc7 commit efd0404
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pylint_django/tests/input/func_noerror_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
when creating a typical urls.py
"""
# pylint: disable=missing-docstring
# pylint: disable=C0103
# ^ eventually we should be able to override or update the
# CONST_NAME_RGX value

from django.views.generic import TemplateView
from django.conf.urls import url
Expand Down

0 comments on commit efd0404

Please sign in to comment.