Skip to content

Exclude with patterns option not working #259

Answered by brichbash
codingcircus asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

It's known issue. Please as an alternative try using yaml profiles.

  1. create a yaml file under .qodana/, e.g. .qodana/my-profile.yaml
    The content of the yaml profile:
name: "Ignore spec files"

baseProfile: qodana.recommended # It should use your profile stored under .idea/inspectionProfiles
inspections:
  - group: "ALL"
    ignore:
      - "**/*.spec.*"
  1. in your qodana.yaml set the profile path to .qodana/my-profile.yaml instead of qodana.recommended:
profile:
  path: .qodana/my-profile.yaml

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@codingcircus
Comment options

@Kagemusha-san
Comment options

@brichbash
Comment options

Answer selected by codingcircus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants