You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--This issue has been moved from Microsoft/vscode--
Author is @erikthorstenson.
VSCode Version: 1.20.1
OS Version: Xubuntu 16.04
Steps to Reproduce:
Putting "python.linting.pylintArgs": ["--enable=F,E,W,R,C"] in .vscode/settings.json has desired effect
Putting "enable=C,R,W,E,F" in local .pylintrc has no effect. (To make sure that the .pylintrc file is being used I tried doing "disable" of the same categories, which had the the desired effect.
In other words: "enable" statement in .pylintrc seems to be neglected of overruled by default parameters. Which is not in accordance with the following documentation; https://code.visualstudio.com/docs/python/linting
The text was updated successfully, but these errors were encountered:
--This issue has been moved from Microsoft/vscode--
Author is @erikthorstenson.
Steps to Reproduce:
In other words: "enable" statement in .pylintrc seems to be neglected of overruled by default parameters. Which is not in accordance with the following documentation; https://code.visualstudio.com/docs/python/linting
The text was updated successfully, but these errors were encountered: