-
Notifications
You must be signed in to change notification settings - Fork 178
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
disabled providers list not respected #1737
Comments
In your dev tools do you see a message like this? `Linter package: disabled linter providers: ${disabledProviders}` |
Yes: |
This means that the providers are being ignored by the Linter. Not sure why you still keep seeing them. |
Is there anything else I can provide to help track it down? The output of atom-ide-diagnostics correctly shows only flake8 issues. |
For ide-python, I released a new version (and another one is coming if you are on the old |
Hello. |
Since recently updating atom-ide-*, the linter now provides alerts for pyflakes, pycodestyle, and mccabe in addition to flake8 (which is all I saw before this update and all that I want to see). Listing "pyflakes, pycodestyle, mccabe" in the "disabled providers" section of Linter settings does not disable these additional checks.
macOS Mojave 10.14.6
Atom 1.57.0
Linter 3.4.0
The text was updated successfully, but these errors were encountered: