summaryrefslogtreecommitdiff
path: root/pylintrc
Commit message (Collapse)AuthorAgeFilesLines
* error E0201 is obsolete - now E1101remove-E0201-referencesAnentropic2015-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 ↵Claudiu Popa2015-07-071-1/+1
| | | | | | patterns. Closes issues #244 and #297.
* 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 ↵Claudiu Popa2015-03-111-1/+1
| | | | abstract-class-little-referenced.
* 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: ↵Mihai Balint2015-02-281-1/+1
| | | | C0303,C0304,C0321,C0325,C0326,C0327,C0328
* start removing checks from disabled list, fix code to make sure these pass: ↵Mihai Balint2015-02-281-2/+2
| | | | C0102,C0112,C0121,C0202,C0203,C0204,C0301
* add all pylint codes to the disable list, runnint pylint pylint will now ↵Mihai Balint2015-02-281-2/+1
| | | | rate the pylint code at 10.0
* add pylintrc generated by with pylintMihai Balint2015-02-281-0/+380