Skip to content

.pylintrc "enable=..." has no effect #949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tsalinger opened this issue Mar 5, 2018 · 1 comment
Closed

.pylintrc "enable=..." has no effect #949

tsalinger opened this issue Mar 5, 2018 · 1 comment
Labels
area-linting bug Issue identified by VS Code Team member as probable bug

Comments

@tsalinger
Copy link

--This issue has been moved from Microsoft/vscode--
Author is @erikthorstenson.

  • VSCode Version: 1.20.1
  • OS Version: Xubuntu 16.04

Steps to Reproduce:

  1. Putting "python.linting.pylintArgs": ["--enable=F,E,W,R,C"] in .vscode/settings.json has desired effect
  2. 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

@MikhailArkhipov
Copy link

Please see #865

@MikhailArkhipov MikhailArkhipov added bug Issue identified by VS Code Team member as probable bug closed-duplicate area-linting and removed closed-verified fixed labels Mar 5, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-linting bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants