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