I found Using SonarQube in Eclipse and will ask a separate question aimed at Python. But here I want to talk in more detail about how to use SonarQube as a replacement for lint-like CLI UNIX tools while I work on separate source files before I make them. In particular, what if I don't want to run Eclipse? I just want to make some changes to the source file and check it for rules like Foldable if “claims should be combined” (an actual example that blocks me today).
Even if I could transfer the experimental branch and see my analysis before opening the transfer request, it would be better than nothing.
source
share