From 507b0ce295244c1045ddb7500f88292d816693e5 Mon Sep 17 00:00:00 2001 From: Henry Asbridge Date: Thu, 10 Oct 2024 21:03:57 +0100 Subject: [PATCH] Update qodana.yaml --- qodana.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qodana.yaml b/qodana.yaml index 2a42d2ff..63159eca 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -3,4 +3,9 @@ linter: jetbrains/qodana-dotnet:2024.1 profile: name: qodana.recommended include: - - name: CheckDependencyLicenses \ No newline at end of file + - name: CheckDependencyLicenses +exclude: + - name: All + paths: + - ProjectLighthouse.Localization + - ProjectLighthouse/Migrations