Skip to content

How to exclude the specific file from analysis? #92

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

You must be logged in to vote

Hello,

You can exclude files using qodana.yaml:

version: "1.0"
exclude:
  - name: All
    paths:
      - relative/path/to/your/file.kt

And about the enums themselves, your issue looks like a Kotlin Plugin issue. Is it reproducible when using in your IDE?

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@plagov
Comment options

Answer selected by plagov
Comment options

You must be logged in to vote
1 reply
@brichbash
Comment options

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