summaryrefslogtreecommitdiff
path: root/pylintrc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* error E0201 is obsolete - now E1101Anentropic2015-11-181-1/+1
* Remove deprecated option.Claudiu Popa2015-10-091-3/+0
* --comment flag was obsoleted and it will be removed in Pylint 1.6.Claudiu Popa2015-08-201-4/+0
* Remove deprecated options from the configuration file.Claudiu Popa2015-08-201-17/+0
* ignored-classes option can work with qualified names, as well as with Unix pa...Claudiu Popa2015-07-071-1/+1
* Ignore bad-builtin.Claudiu Popa2015-05-171-1/+1
* Fix some pylint warnings over pylint's codebase.Claudiu Popa2015-05-161-2/+2
* Get rid of abstract-method warnings emitted over pylint's codebase.Claudiu Popa2015-05-071-1/+1
* Disable in pylintrc only the actual problems from the codebase.Claudiu Popa2015-05-071-1/+10
* Fix unidiomatic-typecheck.Claudiu Popa2015-05-071-1/+1
* Remove unused variables.Claudiu Popa2015-05-071-1/+1
* Remove unused imports.Claudiu Popa2015-05-071-1/+1
* issue-422 solved some pylint warnings when running pylint on pylint code baseSimu Toni2015-03-281-1/+1
* Use only one job for linting pylint.Claudiu Popa2015-03-141-1/+1
* Remove abstract-class-not-used, for the same reasons as star-args and abstrac...Claudiu Popa2015-03-111-1/+1
* Remove abstract-class-little-used warning, since it doesn't add any real value.Claudiu Popa2015-03-111-1/+1
* remove more checks from disabled list, fix code to pass these: C0303,C0304,C0...Mihai Balint2015-02-281-1/+1
* start removing checks from disabled list, fix code to make sure these pass: C...Mihai Balint2015-02-281-2/+2
* add all pylint codes to the disable list, runnint pylint pylint will now rate...Mihai Balint2015-02-281-2/+1
* add pylintrc generated by with pylintMihai Balint2015-02-281-0/+380