2023-02-08 19:57:36 +00:00
|
|
|
version: "1.0"
|
|
|
|
linter: jetbrains/qodana-dotnet:latest
|
|
|
|
profile:
|
|
|
|
name: qodana.recommended
|
|
|
|
exclude:
|
|
|
|
- name: All
|
|
|
|
paths:
|
|
|
|
- ArchiSteamFarm/Localization
|
|
|
|
- ArchiSteamFarm.OfficialPlugins.ItemsMatcher/Localization
|
2023-05-11 07:41:13 +00:00
|
|
|
- ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Localization
|
2023-02-08 19:57:36 +00:00
|
|
|
- ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization
|
2023-12-14 13:10:14 +00:00
|
|
|
- name: AsyncVoidMethod
|
2023-12-14 13:03:19 +00:00
|
|
|
- name: InternalOrPrivateMemberNotDocumented
|
2023-02-08 19:57:36 +00:00
|
|
|
- name: InvertIf
|
2023-12-14 13:10:14 +00:00
|
|
|
- name: NullableWarningSuppressionIsUsed
|
2023-12-14 13:18:16 +00:00
|
|
|
- name: ReplaceAsyncWithTaskReturn
|
2023-02-08 19:57:36 +00:00
|
|
|
- name: SwitchExpressionHandlesSomeKnownEnumValuesWithExceptionInDefault
|
|
|
|
- name: SwitchStatementHandlesSomeKnownEnumValuesWithDefault
|
|
|
|
- name: SwitchStatementMissingSomeEnumCasesNoDefault
|