Skip to content

Commit 47efa35

Browse files
committed
renames qodana workflow
renames the qodana code quality workflow to qodana analysis for clarity. comments out baseline argument in qodana action to use default baseline behavior. updates the CI solution file to reflect the workflow rename.
1 parent 831719b commit 47efa35

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/qodana_code_quality.yml renamed to .github/workflows/qodana_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: 'Qodana Scan'
2929
uses: jetbrains/[email protected]
3030
with:
31-
args: --baseline,qodana.sarif.json
31+
# args: --baseline,qodana.sarif.json
3232
cache-default-branch-only: true
3333
pr-mode: true
3434
env:

build/CI.slnx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<File Path="../.github/workflows/release.yml" />
4646
<File Path="../.github/workflows/stale.yml" />
4747
<File Path="../.github/workflows/winget.yml" />
48-
<File Path="../.github/workflows/qodana_code_quality.yml" />
48+
<File Path="../.github/workflows/qodana_analysis.yml" />
4949
</Folder>
5050
<Folder Name="/workflows/_/">
5151
<File Path="../.github/workflows/_artifacts_linux.yml" />

qodana.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ exclude:
8282
paths:
8383
- GitVersion.Core.Tests/IntegrationTests/AlignGitFlowWithMainlineVersionStrategy.cs
8484
- GitVersion.Core.Tests/IntegrationTests/AlignGitHubFlowWithMainlineVersionStrategy.cs
85-
- name: MemberCanBeProtected.Global
85+
- name: MemberCanBeProtected
8686
paths:
8787
- GitVersion.Configuration/Builders/BranchConfigurationBuilder.cs
8888
- GitVersion.Configuration/Builders/ConfigurationBuilderBase.cs
8989
- GitVersion.Core.Tests/Helpers/TestBase.cs
90-
- name: MemberCanBePrivate.Global
90+
- name: MemberCanBePrivate
9191
paths:
9292
- GitVersion.Configuration/Builders/ConfigurationBuilderBase.cs
9393
- GitVersion.Configuration/Builders/IgnoreConfigurationBuilder.cs
@@ -98,7 +98,7 @@ exclude:
9898
- GitVersion.Core/Extensions/ConfigurationExtensions.cs
9999
- GitVersion.Core.Tests/Extensions/GitRepositoryTestingExtensions.cs
100100
- GitVersion.LibGit2Sharp/Git/Remote.cs
101-
- name: AutoPropertyCanBeMadeGetOnly.Global
101+
- name: AutoPropertyCanBeMadeGetOnly
102102
paths:
103103
- GitVersion.Core/SemVer/SemanticVersionPreReleaseTag.cs
104104
- GitVersion.Core/SemVer/SemanticVersionBuildMetaData.cs

0 commit comments

Comments
 (0)