Skip to content

Commit b89c91d

Browse files
committed
wip
1 parent 47efa35 commit b89c91d

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

qodana.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ profile:
1111
include:
1212
- name: ConvertIfStatementToReturnStatement
1313
- name: ConvertIfStatementToConditionalTernaryExpression
14-
- name: AutoPropertyCanBeMadeGetOnly.Global
14+
- name: AutoPropertyCanBeMadeGetOnly
1515
- name: CanReplaceCastWithLambdaReturnType
1616
- name: ChangeFieldTypeToSystemThreadingLock
1717
- name: ConvertIfStatementToSwitchStatement
@@ -20,8 +20,8 @@ include:
2020
- name: InlineTemporaryVariable
2121
- name: InvertIf
2222
- name: UseVerbatimString
23-
- name: MemberCanBePrivate.Global
24-
- name: MemberCanBeProtected.Global
23+
- name: MemberCanBePrivate
24+
- name: MemberCanBeProtected
2525
- name: MergeIntoPattern
2626
- name: UnusedMethodReturnValue.Global
2727
- name: EditorConfigNoMatchingFiles
@@ -71,9 +71,11 @@ include:
7171
- name: VirtualMemberNeverOverridden.Global
7272
- name: ArrangeVarKeywordsInDeconstructingDeclaration
7373
- name: SuggestVarOrType_BuiltInTypes
74+
7475
#Enable inspections
7576
#include:
7677
# - name: <SomeEnabledInspectionId>
78+
7779
#Disable inspections
7880
exclude:
7981
- name: LoopCanBeConvertedToQuery
@@ -103,11 +105,17 @@ exclude:
103105
- GitVersion.Core/SemVer/SemanticVersionPreReleaseTag.cs
104106
- GitVersion.Core/SemVer/SemanticVersionBuildMetaData.cs
105107
- GitVersion.MsBuild/Tasks/UpdateAssemblyInfo.cs
108+
- name: UnusedType
109+
paths:
110+
- GitVersion.Core/VersionCalculation/VersionSearchStrategies/TaggedCommitVersionStrategy.cs
111+
- GitVersion.Core/VersionCalculation/VersionSearchStrategies/TrackReleaseBranchesVersionStrategy.cs
112+
- GitVersion.Configuration/Builders/IgnoreConfigurationBuilder.cs
106113
#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
107114
bootstrap: dotnet build src/GitVersion.slnx
108115
dotnet:
109116
frameworks: net8.0;net9.0
110117
solution: src/GitVersion.slnx
118+
111119
#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline)
112120
#plugins:
113121
# - id: <plugin.id> #(plugin id can be found at https://plugins.jetbrains.com)

0 commit comments

Comments
 (0)