continuity/qodana.yaml
Timothy Schenk 4c1bbaa898
Some checks failed
/ preprocess (push) Successful in 2s
/ qodana (push) Failing after 2s
ci: attempt3
Signed-off-by: Timothy Schenk <admin@rainote.dev>
2025-01-26 16:18:32 +01:00

33 lines
1 KiB
YAML

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