Skip to content

Commit

Permalink
ci: update inspection list
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Jun 16, 2024
1 parent 0f98211 commit 2aacd57
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ linter: jetbrains/qodana-dotnet:2024.1
dotnet:
solution: COTL_API.sln
exclude:
- name: Debugging
- name: All
paths:
- COTL_API/Helpers/Debugging.cs
- COTL_API/Debug/
- .editorconfig
- name: UnusedAutoPropertyAccessor.Global
- name: UnusedMethodReturnValue.Local
- name: VirtualMemberNeverOverridden.Global
Expand All @@ -25,3 +26,17 @@ exclude:
- name: UnassignedGetOnlyAutoProperty
- name: EventNeverSubscribedTo.Global
- name: ClassNeverInstantiated.Global
- name: MemberCanBePrivate.Global
- name: AutoPropertyCanBeMadeGetOnly.Global
- name: MemberCanBePrivate.Local
- name: MemberCanBeProtected.Global
- name: FieldCanBeMadeReadOnly.Global
- name: HeapView.ObjectAllocation
- name: HeapView.BoxingAllocation
- name: HeapView.ObjectAllocation.Evident
- name: HeapView.ObjectAllocation.Possible
- name: HeapView.ClosureAllocation
- name: HeapView.DelegateAllocation
- name: HeapView.PossibleBoxingAllocation
- name: ReplaceAutoPropertyWithComputedProperty
- name: ParameterHidesMember

0 comments on commit 2aacd57

Please sign in to comment.