summaryrefslogtreecommitdiff
path: root/pylintrc
Commit message (Expand)AuthorAgeFilesLines
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-1/+1
* Produce a score of 0 for fatal errors and add fatal to score evaluation (#5521)Jacob Walls2021-12-141-5/+5
* Fix #4761: Emit `used-before-assignment` where single assignment only made in...Jacob Walls2021-12-111-1/+1
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-1/+1
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-0/+1
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+1
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-0/+1
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-261-0/+3
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-0/+1
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-251-2/+5
* Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)Daniël van Noord2021-10-171-1/+1
* Add missing setting to ``pylintrc``Daniël van Noord2021-09-291-1/+5
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-301-3/+3
* Add pylintrc config for typing extension (#4843)Marc Mueller2021-08-141-0/+9
* Enable some Pylint extensions (#4842)Nick Drozd2021-08-141-0/+3
* Add ignored-parents option to design checker (#4758)Rebecca Turner2021-07-281-0/+3
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-101-1/+2
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-041-1/+1
* Remove filter from list of bad functionsMarc Mueller2021-04-031-1/+1
* Fix pylintrc fileMarc Mueller2021-04-031-4/+8
* Each enable on their on line in pylintrcPierre Sassoulas2021-03-251-1/+4
* Add extension-pkg-allow-list optionPeter Kolbus2021-03-091-1/+1
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-091-1/+1
* Enable else-if-used extension (#3316)Nick Drozd2019-12-241-0/+1
* Fix - add `__post_init__` into `defining-attr-methods` to avoid `attribute-de...Andrzej Klajnert2019-07-051-1/+1
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-2/+1
* Reformat the code with blackClaudiu Popa2018-09-171-0/+2
* Grammar fixes to docs (#2492)Drew2018-09-151-1/+1
* Remove the maximum length from the style regular expressions (#2290)SergeyKosarchuk2018-07-171-4/+4
* We don't need any reportsClaudiu Popa2018-05-171-1/+1
* Enable no-memberNick Drozd2018-01-041-1/+0
* Set max-statements to 100Nick Drozd2018-01-041-2/+1
* Set max-args to 10Nick Drozd2018-01-041-2/+1
* Enable redefined-builtinNick Drozd2018-01-041-1/+0
* Enable import-errorNick Drozd2018-01-041-1/+0
* Set max-attributes to 11Nick Drozd2018-01-041-2/+1
* Set max-locals to 25Nick Drozd2018-01-041-2/+1
* Set max-branches to 26Nick Drozd2018-01-041-2/+1
* Enable broad-except checkNick Drozd2018-01-041-1/+0
* Set max-module-lines to 2000Nick Drozd2018-01-041-2/+1
* Set max-public-methods to 25Nick Drozd2018-01-041-2/+1
* Set max-returns to 11Nick Drozd2018-01-041-2/+1
* Organize disabled pylint messagesNick Drozd2018-01-041-7/+20
* Get rid of old pylintrc disable redefined-variable-typeNick Drozd2018-01-041-2/+0
* Remove anomalous-backslash-in-string from pylintrc ignore list (#1404)Łukasz Rogalski2017-04-021-2/+1
* Added threading.local to ignored classes default list (#946)Jürgen Hermann2016-06-241-1/+1
* Made list of property-like decorators configurable. (#942)Yannack2016-06-201-0/+3
* Removed the bad-builtin checkClaudiu Popa2016-05-101-1/+1
* Make list of contextmanager decorators configurable.Filipe Brandenburger2016-02-021-0/+4
* Basic travis support.Claudiu Popa2015-12-161-1/+3