Does the Sonar team develop tools that, like eslint-plugin-sonarjs, meet following requirements?
- The tool should have a command-line interface.
- It should be free for open source projects and/or non-commercial usage.
- The tool should run without services and non-command-line dependencies like for running eslint-plugin-sonarjs a user need to have solely the command-line ESLint dependency.
I’m interested such tools for any markup/programming language.
Thanks.