15 lines
231 B
Markdown
15 lines
231 B
Markdown
QODANA TUTO
|
|
-----------
|
|
This README explains how to use qodana to generate static analytics reports on the code
|
|
|
|
Install docker
|
|
|
|
|
|
Install qodana
|
|
|
|
|
|
To run inspection on CLI
|
|
cd ~/git/dirtoscan
|
|
sudo qodana scan --show-report
|
|
|