mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Exclude Qodana cache directory from analysis scope
This commit is contained in:
parent
b6ad658cf7
commit
24d798513a
@ -4,3 +4,7 @@
|
|||||||
version: 1.0
|
version: 1.0
|
||||||
profile:
|
profile:
|
||||||
name: qodana.recommended
|
name: qodana.recommended
|
||||||
|
exclude:
|
||||||
|
- name: All
|
||||||
|
paths:
|
||||||
|
- .qodana
|
||||||
|
Loading…
Reference in New Issue
Block a user