-
-
Notifications
You must be signed in to change notification settings - Fork 64
/
qodana.yaml
47 lines (47 loc) · 1.27 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
version: "1.0"
linter: jetbrains/qodana-dotnet:latest
dotnet:
solution: CollapseLauncher.sln
exclude:
- name: All
paths:
- Hi3Helper.EncTool.Test
- CollapseLauncher/XAMLs/Prototype
- name: CheckNamespace
- name: UnusedParameter.Local
- name: UnusedMember.Local
- name: RedundantArgumentDefaultValue
- name: RedundantDefaultMemberInitializer
- name: Xaml.BindingWithContextNotResolved
- name: Xaml.ConstructorWarning
- name: Xaml.InvalidResourceType
- name: Xaml.StaticResourceNotResolved
- name: RedundantExtendsListEntry
- name: PartialTypeWithSinglePart
include:
- name: CheckDependencyLicenses
licenseRules:
- keys:
- "MIT"
allowed:
# WinAppSDK
- "MS-DXSDK-D3DX-9.29.952.3"
# .NET
- "MS-ASP-NET-WEB-OPTIMIZATION"
- "MS-NET-LIBRARY-2019-06"
# Windows SDK
- "PROPRIETARY-LICENSE"
# Protobuf, duh
- "PROTOBUF"
# System.CommandLine NuGet for some reason
- "None"
dependencyIgnores:
# Ignore dependencies with no license
# ColorCode is part of transitive dependency for H.NotifyIcon.WinUI
- name: "ColorCode.Core"
- name: "ColorCode.WinUI"
# Microsoft...
- name: "System.CommandLine"
- name: "System.CommandLine.NamingConventionBinder"
# huh?
- name: "ThisAssembly.Constants"