Commit Graph

13 Commits

Author SHA1 Message Date
Claudiu Popa
d957ae5764 Get rid of abstract-method warnings emitted over pylint's codebase. 2015-05-07 23:38:59 +03:00
Claudiu Popa
3bb1129f21 Disable in pylintrc only the actual problems from the codebase. 2015-05-07 23:16:06 +03:00
Claudiu Popa
6d4b900d59 Fix unidiomatic-typecheck. 2015-05-07 22:47:06 +03:00
Claudiu Popa
740643ed72 Remove unused variables. 2015-05-07 22:41:15 +03:00
Claudiu Popa
e288996ab6 Remove unused imports. 2015-05-07 22:38:57 +03:00
Simu Toni
39cd98b6b8 issue-422 solved some pylint warnings when running pylint on pylint code base 2015-03-28 18:28:08 +02:00
Claudiu Popa
a99a53b84e Use only one job for linting pylint. 2015-03-14 15:56:16 +02:00
Claudiu Popa
66cc4feff7 Remove abstract-class-not-used, for the same reasons as star-args and abstract-class-little-referenced. 2015-03-11 18:15:47 +02:00
Claudiu Popa
4fb159bc60 Remove abstract-class-little-used warning, since it doesn't add any real value. 2015-03-11 17:24:01 +02:00
Mihai Balint
5c1f0447b9 remove more checks from disabled list, fix code to pass these: C0303,C0304,C0321,C0325,C0326,C0327,C0328 2015-02-28 17:29:08 +02:00
Mihai Balint
e0f2c50566 start removing checks from disabled list, fix code to make sure these pass: C0102,C0112,C0121,C0202,C0203,C0204,C0301 2015-02-28 17:13:21 +02:00
Mihai Balint
dd8d92b072 add all pylint codes to the disable list, runnint pylint pylint will now rate the pylint code at 10.0 2015-02-28 16:27:03 +02:00
Mihai Balint
2bcd8f3294 add pylintrc generated by with pylint 2015-02-28 16:03:16 +02:00