forked from pylint-dev/pylint-django
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pylint 2.13+ requires an RC file be adjacest to tests, or falls back …
…on a default which is not packaged. Because pylint-dev#358 is imporant, for now pylint-django will just monkey-patch the lint_module_test module to a local test pylintrc
- Loading branch information
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# A bare minimum pylintrc used for the functional tests that don't specify | ||
# their own settings. | ||
|
||
[MESSAGES CONTROL] | ||
disable= | ||
suppressed-message, | ||
locally-disabled, | ||
useless-suppression, |