forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-lintingfeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
Hi,
would it be possible to add a feature for disabling linting message on request? I quite often write code, that sometimes generates some pylint/flake8/mypy warning, which I am actually aware of, but choose to write it in such a way anyway.
Then I have to manually add a comment such as # pylint: disable=unused-argument to the end of such line to suppress warning on that particular line.
would it be possible to have a button/context menu for each warning (and obviously not anything worse than warning) to add such a comment automatically?
Thanks
Metadata
Metadata
Assignees
Labels
area-lintingfeature-requestRequest for new features or functionalityRequest for new features or functionality