Qodana Analysis Github Action Seems to not Recognize the Baseline #279
Unanswered
wbcrawford
asked this question in
Q&A
Replies: 1 comment
-
Hello, Could you please share the full Qodana job output from GitHub? Also, do you store your baseline file under |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to pilot Jetbrains Qodana, I seem to have the Github Action running and generating reports on my PR and it appears to be working fine.
But, I have added exclusion lists to my qodana.yaml file and a baseline file with many other issues that my codebase is generating but every time I initiate a PR into the branch, it looks like it is ignoring the baseline and exclusions and returning 7,000+ errors in my code. I do not have the Qodana config files merged into the main develop branch. They are in my test branch and I want to get this into a manageable state before merging into develop.
I have a mono-repo where my backend C# code is in the server/ directory.
I am not seeing any errors in the output log related to the baseline file.
We are currently using the Community edition for Qodana.
Github Action:
Qodana Yaml:
Beta Was this translation helpful? Give feedback.
All reactions