From fb48775934310e682c82ea2354eb26f3dfaa6d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20M=C3=BCller?= Date: Sat, 18 Nov 2023 15:38:23 +0100 Subject: [PATCH] Update qodana.yaml --- src/qodana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qodana.yaml b/src/qodana.yaml index b9fb98b..32a98b7 100644 --- a/src/qodana.yaml +++ b/src/qodana.yaml @@ -26,4 +26,4 @@ profile: # - id: #(plugin id can be found at https://plugins.jetbrains.com) #Specify Qodana linter for analysis (Applied in CI/CD pipeline) -linter: jetbrains/qodana-dotnet:latest +linter: jetbrains/qodana-dotnet-community:latest