Qodana report is empty on large Kotlin project #125
-
I started to evaluate Qodana on the code base of the OSS Review Toolkit and created a draft PR that leverages the GitHub Action. Surprisingly, the summary shows no issues at all. While that's basically nice (😁) it's unfortunately unrealistic, as we e.g. have several open inspections hints in IntelliJ. Any idea what's going on here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, |
Beta Was this translation helpful? Give feedback.
Hello,
By default, the action analyzes only changes in PRs, so that's the reason Qodana didn't report anything.
If you want Qodana to analyze all files in repo, please set
pr-mode
tofalse
in the action configuration. Here you can find other available configuration parameters.