Exclude with patterns option not working #259
Answered
by
brichbash
codingcircus
asked this question in
Q&A
-
Hello. i'm trying currently to configure qodana for my js app to exclude all spec files. According to the documentation this should be possible via the patterns argument, however this is not working for me. Even more, I checked the schema for qodana and it also does not mention the patterns option, so the only reference for this is in this documentation. Can anybody confirm that I'm going about this the right way? This is my full yaml file:
|
Beta Was this translation helpful? Give feedback.
Answered by
brichbash
Aug 23, 2024
Replies: 1 comment 3 replies
-
Hello, It's known issue. Please as an alternative try using yaml profiles.
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
codingcircus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
It's known issue. Please as an alternative try using yaml profiles.
.qodana/
, e.g..qodana/my-profile.yaml
The content of the yaml profile:
qodana.yaml
set the profile path to.qodana/my-profile.yaml
instead ofqodana.recommended
: