Files
MaaAssistantArknights/qodana.yaml
2024-02-01 11:44:29 +08:00

36 lines
902 B
YAML

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