forked from MaaAssistantArknights/MaaAssistantArknights
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qodana.yaml
35 lines (35 loc) · 902 Bytes
/
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"
linter: jetbrains/qodana-dotnet:2023.3
bootstrap: echo 123
profile:
name: qodana.recommended
dotnet:
solution: MAA.sln
platform: x64
exclude:
- name: All
paths:
- node_modules/
- common/node_modules/
- scan/node_modules/
- vsts/node_modules/
- scan/jest.config.js
- common/lib
- scan/lib
- scan/dist
- scan/__tests__
- vsts/lib
- vsts/QodanaScan
- src/MaaWpfGui/Views
- src/MaaCore
- src/MaaWpfGui/MaaWpfGui.csproj
- src/MaaWpfGui/app.manifest
- src/MaaWpfGui/.editorconfig
- name: ArrangeTrailingCommaInMultilineLists
- name: ArrangeTrailingCommaInSinglelineLists
- name: CppUnreachableCode
- name: CppUnusedIncludeDirective
- name: InvalidXmlDocComment
- name: RedundantArgumentDefaultValue
- name: Xaml.RedundantNamespaceAlias
- name: Xaml.UnexpectedTextToken