diff --git a/.editorconfig b/.editorconfig index 4f057cf46bbdc..b3cecbe6e49da 100644 --- a/.editorconfig +++ b/.editorconfig @@ -122,9 +122,6 @@ dotnet_code_quality.ca3012.excluded_symbol_names = BotController|CommandControll dotnet_code_quality_unused_parameters = all:warning -dotnet_diagnostic.CA1028.severity = silent -dotnet_diagnostic.CA1031.severity = silent - # Rule - almost everything dotnet_naming_rule.almost_everything_must_be_pascal_case.severity = warning dotnet_naming_rule.almost_everything_must_be_pascal_case.style = pascal_case diff --git a/.github/qodana.yaml b/.github/qodana.yaml index 34ca86ac091d5..f52a19b7a5568 100644 --- a/.github/qodana.yaml +++ b/.github/qodana.yaml @@ -10,6 +10,9 @@ exclude: - ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Localization - ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization - name: AsyncVoidMethod + - name: CA1515 + paths: + - ArchiSteamFarm - name: InternalOrPrivateMemberNotDocumented - name: InvertIf - name: NullableWarningSuppressionIsUsed diff --git a/Directory.Build.props b/Directory.Build.props index 5bdb6f415455a..468d4125b93b3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,7 +17,7 @@ latest true en - CS1591 + CA1028,CA1031,CS1591 enable ../resources/ASF.ico Apache-2.0