generated from Nexus-Mods/NexusMods.App.Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qodana.yaml
35 lines (35 loc) · 1.12 KB
/
qodana.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: 1.0
failThreshold: 0
linter: jetbrains/qodana-cdnet:2023.3-eap
dotnet:
solution: NexusMods.EventSourcing.sln
profile:
name: qodana.recommended
exclude:
- name: InconsistentNaming
paths:
- src\NexusMods.EventSourcing.DatomStore\Indexes
- name: UnusedMethodReturnValue.Global
paths:
- src\NexusMods.EventSourcing.Abstractions
- tests\NexusMods.EventSourcing.TestModel\Model
- name: AutoPropertyCanBeMadeGetOnly.Global
paths:
- src\NexusMods.EventSourcing.Abstractions\Models
- benchmarks\NexusMods.EventSourcing.Benchmarks\Benchmarks
- name: NotAccessedField.Global
paths:
- tests\NexusMods.EventSourcing.DatomStore.Tests\ADatomStoreTest.cs
- name: UnusedAutoPropertyAccessor.Global
paths:
- src\NexusMods.EventSourcing.Abstractions
- tests\NexusMods.EventSourcing.TestModel\Model
- name: UnusedParameter.Global
paths:
- src\NexusMods.EventSourcing.Abstractions
- name: UnusedMemberInSuper.Global
paths:
- src\NexusMods.EventSourcing.Abstractions
- name: UnusedMember.Global
paths:
- src\NexusMods.EventSourcing.Abstractions