summaryrefslogtreecommitdiff
path: root/pylintrc
Commit message (Expand)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 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