-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Linting isn't working anymore! #14079
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
Comments
Duplicate of #7314 |
This is actually not a duplicate. I recently checked if linting is enabled: It is for User and for Workspace. I open this issue again. I provided my output, which is showing on line -3 that the linter is running. I tested this command and it provided me exactly what I was looking for. But the response is somehow not sended back to "Problems" Console or showing in the file. Running either this: python.exe "c:/Users/Matti Kaupenjohann/.vscode/extensions/ms-python.python-2020.9.111407/pythonFiles/pyvsc-run-isolated.py" pylint --enable=F,E,W,C,R --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\Mitarbeiter\Kaupenjohann\09_GIT\PytorchLabs\SemanticSegmentation\train\fcn\test.py or just this: pylint --enable=F,E,W,C,R --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:\Mitarbeiter\Kaupenjohann\09_GIT\PytorchLabs\SemanticSegmentation\train\fcn\test.py results in the same output: ************* Module test
1,0,convention,line-too-long:Line too long (85/80)
1,0,convention,missing-final-newline:Final newline missing
1,0,convention,missing-module-docstring:Missing module docstring
1,0,convention,invalid-name:Constant name "to_long_line" doesn't conform to UPPER_CASE naming style
----------------------------------------------------------------------
Your code has been rated at -30.00/10 (previous run: -30.00/10, +0.00) I would like to see this issue opend again, because it is a different issue then the "dup" Just an additional Info: |
Uh oh!
There was an error while loading. Please reload this page.
Environment data
python.languageServer
setting: PylanceI have setted up pylint to enable all messages with --enable=F,E,W,C,R in the settings and also have under %userprofile% a ".pylintrc" file to match my purpose
I have added a the test.py and .pylintrc as linting.zip
Expected behaviour
saving a python file should lint my file.
Actual behaviour
Only Pylance linting is shown. I tried different linters with no result
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
pylint test.py
output:
Logs
The text was updated successfully, but these errors were encountered: