-
Notifications
You must be signed in to change notification settings - Fork 0
/
qodana.yaml
46 lines (44 loc) · 1.64 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
#-------------------------------------------------------------------------------#
# Qodana analysis is configured by qodana.yaml file #
# https://www.jetbrains.com/help/qodana/qodana-yaml.html #
#-------------------------------------------------------------------------------#
version: "1.0"
#Specify IDE code to run analysis without container (Applied in CI/CD pipeline)
ide: QDNET
#Specify inspection profile for code analysis
profile:
name: qodana.recommended
dependencyOverrides:
- name: "Gedcomx.Model" # License not detected
version: "1.0.6144.20322"
url: "https://github.com/FamilySearch/gedcomx-csharp"
licenses:
- key: "Apache-2.0"
url: "https://github.com/FamilySearch/gedcomx-csharp/blob/master/LICENSE.txt"
- name: "Avalonia.BuildServices" # License not detected
version: "0.0.29"
url: "https://www.nuget.org/packages/Avalonia.BuildServices"
licenses:
- key: "MIT"
- name: "SixLabors.ImageSharp" # Only the apache license applies
version: "3.1.4"
url: "https://github.com/SixLabors/ImageSharp"
licenses:
- key: "Apache-2.0"
exclude:
- name: NetCoverageInspection
- name: XmlDeprecatedElement
- name: XmlDuplicatedId
- name: CheckTagEmptyBody
- name: CheckXmlFileWithXercesValidator
- name: XmlDefaultAttributeValue
- name: XmlUnboundNsPrefix
- name: XmlInvalidId
- name: CheckDtdRefs
- name: XmlPathReference
- name: XmlUnresolvedReference
- name: XmlUnusedNamespaceDeclaration
- name: XmlWrongRootElement
- name: XmlHighlighting
- name: OverriddenWithSameValue
- name: SeparateLocalFunctionsWithJumpStatement