summaryrefslogtreecommitdiff
path: root/pylint.conf
AgeCommit message (Collapse)AuthorFilesLines
2017-06-13Fix: Make "obnam forget" for GA delete unused chunksLars Wirzenius1-0/+1
2016-01-15Disable pylint checks that go wrongLars Wirzenius1-0/+3
Some tests re-define methods in objects, by monkey patching, to mock them. The redefined-variable-type warning trips on that. The fsck task structure is complicated, and pylint fails to understand it correctly, resulting it reporting a bunch of errors wrongly.
2016-01-15Sort pylint.conf list of disabled checksLars Wirzenius1-5/+5
2015-12-06Make REPO_* constant numbers less manualLars Wirzenius1-0/+1
2015-11-02Disable pylint warning that's falselly triggeredLars Wirzenius1-0/+1
As usual, I don't want to disable it in the code, where it's a distraction. I'd rather disable it globally for the project and go without a possible benefit. For this warning, it's a really, really unimportant warning.
2015-08-29Enable pylint check blacklisted_nameLars Wirzenius1-1/+0
2015-08-29Enable bad-builtin pylint checkLars Wirzenius1-1/+0
2015-08-29Disable some more warningsLars Wirzenius1-0/+3
2015-08-29Disable fixme, too-many-linesLars Wirzenius1-0/+2
2015-08-29Disable pylint locally-disabled messageLars Wirzenius1-0/+1
2015-08-27Add a pylint.conf (from cliapp)Lars Wirzenius1-0/+28