Skip to content

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

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
eriklilljequist opened this issue Mar 5, 2018 · 1 comment
Closed

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

eriklilljequist opened this issue Mar 5, 2018 · 1 comment
Labels
editor-core Editor basic functionality

Comments

@eriklilljequist
Copy link

eriklilljequist commented Mar 5, 2018

  • 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

@tsalinger
Copy link
Contributor

I moved this issue the to python extension's repo. Please continue the discussion there:
microsoft/vscode-python#949

@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-core Editor basic functionality
Projects
None yet
Development

No branches or pull requests

2 participants