We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669725b commit a5ff57bCopy full SHA for a5ff57b
README.rst
@@ -53,6 +53,7 @@ either with an environment variable::
53
DJANGO_SETTINGS_MODULE=your.app.settings pylint --load-plugins pylint_django [..other options..] <path_to_your_sources>
54
55
Alternatively, this can be passed in as a commandline flag::
56
+
57
pylint --load-plugins pylint_django --django-settings-mmodule=your.app.settings [..other options..] <path_to_your_sources>
58
59
If you do not configure Django, default settings will be used but this will not include, for
0 commit comments