third_party.pylibs.pylint.src/pylint/test/messages/func_i0020.txt
hippo91 68d24d4198 Add a new checker against using numeric ids instead of symbolic ids
In pylint we have two types of checker messages, message ids, which are
numeric by nature, and symbolic ids, which are in natural language. We recommend
users to use the latter form, since it conveys a better meaning of what the error is.
 
Close #1599
2018-03-05 10:14:27 +01:00

4 lines
171 B
Plaintext

I: 7: Id 'W0612' is used to disable 'unused-variable' message emission
I: 7: Locally disabling unused-variable (W0612)
I: 8: Suppressed 'unused-variable' (from line 7)