Commit Graph

8 Commits

Author SHA1 Message Date
Hugo van Kemenade
b72c0dd9a3 Remove redundant compatibility code (#3097)
We no longer support Python 2 so we can remove
the compatibility code we had in place for that version.
2019-09-12 06:10:27 -05:00
Pierre Sassoulas
65fb74d78a [missing-docstring] Break down into class, function, and module
Also fixed spelling in C0112 to C0116 messages following the review
of pull-request #2036 by Ashley Whetter.

See also #2075, #2077, #2262, #2654, #2805, #2809, #2844, #2992
and #3013 for full historical context.
2019-09-10 15:07:01 +02:00
Pierre Sassoulas
9c3ad2cfa0 [functional tests] Modify expected result after moving files 2019-09-10 11:20:16 +02:00
Claudiu Popa
6664540e33 Adjust the column numbers for syntax errors 2019-07-10 09:56:20 +02:00
Claudiu Popa
f7e218bd2f
Escape the clean path before normalizing to slashes (#2993) 2019-07-07 10:57:38 +03:00
Pierre Sassoulas
8a09f2dda7 Refactor - Use a constant for the main checker name
Following review see : https://github.com/PyCQA/pylint/pull/2844#discussion_r281014968
2019-06-20 14:09:59 +02:00
Claudiu Popa
ee228ddacd Normalize paths to get the self tests working on both Linux and Windows 2019-06-20 11:11:31 +02:00
Ashley Whetter
33b8185a45 Stopped installing tests with package 2019-06-20 10:02:14 +02:00