Closed Inaki74 closed 7 months ago
Ah, in case it is needed, here is my whole qodana.yaml file as an image because for some reason its not showing as code:
Bump
So I tried to exclude it with, but that is not recognized! I tried relative paths, absolute and also tried to exclude some of the project files, but it was all ignored!
Hello! Could you please also share your GitLab configuration? Our default example there is with .qodana
directory, not qodana
, maybe that's why the exclude is not working as expected
Discussed in https://github.com/JetBrains/Qodana/discussions/109
Hi, I've been having this problem so I decided to revive this issue.
This is my exclude in my qodana.yaml:
Which should be working, however when I see the actual files being analyzed I see this:
Getting the GameAssembly is ok since its within the Assets/Project/Code folder, the one I'm interested in. However Its getting the contents of the Library folder, which I told Qodana to ignore specifically.
Am I doing something wrong here? Thanks for the help in advance.