continuity/qodana.yaml

34 lines
1 KiB
YAML
Raw Normal View History

version: '1.0'
linter: jetbrains/qodana-dotnet:2024.3
bootstrap: curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s --
--jsonfile /data/project/global.json -i /usr/share/dotnet
dotnet:
solution: "Continuity.slnx"
include:
- name: HeapView.BoxingAllocation
- name: ClassNeverInstantiated.Global
- name: ClassWithVirtualMembersNeverInherited.Global
- name: HeapView.ClosureAllocation
- name: HeapView.DelegateAllocation
- name: MemberCanBePrivate.Global
- name: HeapView.ObjectAllocation
- name: HeapView.ObjectAllocation.Evident
- name: HeapView.ObjectAllocation.Possible
- name: PropertyCanBeMadeInitOnly.Global
- name: ReplaceSliceWithRangeIndexer
- name: MA0003
- name: MA0106
- name: CA1050
- name: MA0018
- name: MA0042
- name: CA1069
- name: CA1872
- name: MA0001
- name: UnusedType.Global
- name: UnusedMemberInSuper.Global
- name: UnusedMember.Global
- name: UnassignedField.Global
- name: UseCollectionExpression
- name: UseObjectOrCollectionInitializer
- name: SuggestVarOrType_BuiltInTypes