forked from quartznet/quartznet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qodana.yaml
55 lines (48 loc) · 1.68 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#-------------------------------------------------------------------------------#
# Qodana analysis is configured by qodana.yaml file #
# https://www.jetbrains.com/help/qodana/qodana-yaml.html #
#-------------------------------------------------------------------------------#
version: "1.0"
profile:
name: qodana.recommended
linter: jetbrains/qodana-dotnet:latest
dotnet:
solution: Quartz.sln
exclude:
- name: All
paths:
- src/Quartz.Examples.AspNetCore/wwwroot
- build
- name: HttpUrlsUsage
paths:
- src/Quartz/Xml/job_scheduling_data_2_0.cs
- Dockerfile
- name: ArrangeObjectCreationWhenTypeEvident
- name: ClassNeverInstantiated.Global
- name: ClassNeverInstantiated.Local
- name: ConvertToConstant.Local
- name: HeapView.BoxingAllocation
- name: HeapView.ClosureAllocation
- name: HeapView.DelegateAllocation
- name: HeapView.ObjectAllocation
- name: HeapView.ObjectAllocation.Evident
- name: HeapView.ObjectAllocation.Possible
- name: HeapView.PossibleBoxingAllocation
- name: MemberCanBePrivate.Global
- name: MemberCanBePrivate.Local
- name: PossibleNullReferenceException
- name: SuggestVarOrType_BuiltInTypes
- name: UnusedAutoPropertyAccessor.Global
- name: UnusedAutoPropertyAccessor.Local
- name: UseObjectOrCollectionInitializer
paths:
- src/Quartz.Examples
- src/Quartz.Examples.AspNetCore
- src/Quartz.Examples.Worker
- src/Quartz.Tests.Integration
- src/Quartz.Tests.Unit
- name: InvertIf
- name: SuggestVarOrType_Elsewhere
- name: SuggestVarOrType_SimpleTypes
- name: UnusedMember.Global
- name: ForCanBeConvertedToForeach