[program-l] Re: [EXTERNAL] VSCode, Pylint Ignored

  • From: "Isidor Nikolic" <dmarc-noreply@xxxxxxxxxxxxx> ("Isidor.Nikolic")
  • To: "program-l@xxxxxxxxxxxxx" <program-l@xxxxxxxxxxxxx>
  • Date: Mon, 3 Jan 2022 13:30:56 +0000

Hi Dzhovani,

Can you please file a new issue to our Python extension 
https://github.com/microsoft/vscode-python
And make sure to ping me @isidorn on the issue so I can help and see what our 
Python partners say.

Thanks
Isidor

From: program-l-bounce@xxxxxxxxxxxxx <program-l-bounce@xxxxxxxxxxxxx> on behalf 
of Dzhovani Chemishanov <dzhovani.chemishanov@xxxxxxxxx>
Date: Thursday, 30 December 2021 at 15:49
To: program-l@xxxxxxxxxxxxx <program-l@xxxxxxxxxxxxx>
Subject: [EXTERNAL] [program-l] VSCode, Pylint Ignored
Hi all,
It is me again with a new VSC issue. I restored some of my settings on
the remote workspace, but it seems that vscode does not respect my
pylint settings and might even not run pylint at all when I'm running
the linter.
My settings.json file is pasted at the end. Given that running pylint
from the command line finds issues, including stuff defined in the
.pylintrc file present in the settings, it seems that VSC just does
not run the linter. Also, I have pylint installed in the environment
and it is not the issue.
Regards,
Dzhovani

{
    "workbench.startupEditor": "none",
    "editor.accessibilitySupport": "on",
    "python.analysis.autoImportCompletions": true,
    "python.analysis.autoSearchPaths": true,
    "python.analysis.completeFunctionParens": true,
    "python.analysis.useLibraryCodeForTypes": true,
    "python.formatting.provider": "black",
    "python.linting.enabled": true,
    "python.linting.lintOnSave": true,
    "python.linting.pylintEnabled": true,
    "python.linting.pylintUseMinimalCheckers": false,
    "python.linting.pylintArgs": [
        "--rcfile",
        "/mnt/c/Users/Dzhovani/domotz/.vscode/.pylintrc"
    ]
    // "python.linting.pylintCategorySeverity.error": "Error",
    // "python.linting.pylintCategorySeverity.fatal": "Error",
    // "python.linting.pylintCategorySeverity.warning": "Warning",
    // "python.linting.pylintCategorySeverity.refactor": "Information",
    // "python.linting.pylintCategorySeverity.convention": "Information"
}
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: