Closed
Description
--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