-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cannot configure severity for partial error code #7
Comments
The check happens here, vscode-flake8/bundled/tool/server.py Lines 108 to 118 in 42c7979
One of the reasons we don't allow full pattern matching, but only category or error code is this: let say you have |
It should be sufficient to iterate over the categories sorted by length from longest to shortest and pick the first that fits, right? |
I am trying to configure flake8 as such:
Only single characters or full error code work. The following do nothing:
CCE
,E9
,SIM
,SIM9
.The text was updated successfully, but these errors were encountered: