Inconsistent block starting line behaviour for classes #10199
Labels
Bug 🪲
Needs specification 🔐
Accepted as a potential improvement, and needs to specify edge cases, message names, etc.
Bug description
Configuration
Command used
Pylint output
Expected behavior
It is surprising for me that the invalid name is only outputted for the method BAR.camelCase2 and not for method FOO.camelCase. From the documentation I read
and so I would expect that the disable=invalid-name statements only apply to the single lines where the classes are defined and not to the whole block of the class.
Pylint version
OS / Environment
No response
Additional dependencies
The text was updated successfully, but these errors were encountered: