Commit Graph

4 Commits

Author SHA1 Message Date
Laura Médioni
23e8fdc206 Check imports are located at the top of the module (right after docstring and comments)
related to issue #692
2015-11-10 13:36:56 +01:00
Laura Médioni
99acea9d36 Check imports are ordered (standard, 3rd party, local) and grouped by package
related to issue #692
2015-11-09 18:01:06 +01:00
Claudiu Popa
d3996d3758 Add a new warning, 'using-constant-test'.
This new warning is emitted when a conditional statement (If, IfExp) uses a test
which is always constant, such as numbers, classes, functions etc.
This is most likely an error from the user's part. Closes issue #524.
2015-05-23 20:11:55 +03:00
Ionel Cristian Maries
26eb7f9a2e Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00