Qodana 2021.2 Help

Getting started

Analyze a project locally

Start with any of the provided linters. For all linters the procedure is basically the same.

docker run --rm -it -v <source-directory>/:/data/project/ \ -p 8080:8080 jetbrains/qodana-<linter> --show-report

with source-directory pointing to the root of your project.

You can check results in your browser at http://localhost:8080.

Next steps

Last modified: 14 October 2021