From 24d798513ae86c0dc76ba14d33d427b0217e5390 Mon Sep 17 00:00:00 2001 From: brichbash <74328414+brichbash@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:26:05 +0200 Subject: [PATCH] Exclude Qodana cache directory from analysis scope --- qodana.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qodana.yml b/qodana.yml index dac95d3..d7c5065 100644 --- a/qodana.yml +++ b/qodana.yml @@ -4,3 +4,7 @@ version: 1.0 profile: name: qodana.recommended +exclude: + - name: All + paths: + - .qodana