third_party.pylibs.pylint.src/pylint/test/messages/func_w0401.txt
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

4 lines
179 B
Plaintext

R: 1: Cyclic import (input.func_w0401 -> input.w0401_cycle)
W: 8: Using a conditional statement with a constant value
W: 8: Using a conditional statement with a constant value