From a40e5f2a807b3a4578938a2fcc063c81bb89ff76 Mon Sep 17 00:00:00 2001 From: Masterain Date: Tue, 3 Oct 2023 14:47:34 -0700 Subject: [PATCH] Update Qodana configuration --- .github/workflows/qodana_code_quality.yml | 5 +++++ qodana.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 8c93ca24..27deba67 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -5,6 +5,11 @@ on: push: branches: - main + - develop + paths-ignore: + - '**.md' + - '**.yml' + - '**.resx' jobs: qodana: diff --git a/qodana.yaml b/qodana.yaml index 5512977d..f1e0d017 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -30,4 +30,4 @@ exclude: # - 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:2023.2-eap