I want to disable some pylint errors from a specific Python file using my pylint rcfile. For complicated reasons, I cannot use disabling comments in the Python file itself. I have to set the rules in the pylint rcfile. However, I can't find documentation about whether "disable" can be made to work for only specific files. Please advise.
Asked
Active
Viewed 523 times
4
-
related: http://stackoverflow.com/questions/36182847/pylint-disable-specific-warnings-for-specific-folder – Spain Train May 17 '16 at 03:06
-
see also [this answer](https://stackoverflow.com/a/47584560/4201810) – georgexsh Dec 01 '17 at 17:43