When I push code for a new feature, Super-Linter checks the entire code. If there are any violations, I need to check the GitHub PR page, which can be quite annoying. I want to be able to know about these violations before pushing to the remote branch.
When using PyCharm, is it possible to know about these lint violations in real-time, similar to the way Pylint warnings are underlined?
And if this isn't possible, are there any other methods available, such as running Super-Linter locally or using some plugins?
I have tried adding Super-Linter as an external tool in PyCharm, but it doesn't seem to work.
To utilize Super-Linter locally, you can use Docker. Assuming your project is located at
C:\projects\projectname
, you can execute a command like the following:Make sure to modify the environmental variables as needed to meet your specific requirements.
Indicative output: