Skip to content

Commit

Permalink
Misc warnings cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Jan 4, 2025
1 parent d9b4bd5 commit 8c9cf69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<LangVersion>latest</LangVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<NeutralLanguage>en</NeutralLanguage>
<NoWarn>CS1591</NoWarn>
<NoWarn>CA1028,CA1031,CS1591</NoWarn>
<Nullable>enable</Nullable>
<PackageIcon>../resources/ASF.ico</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 8c9cf69

Please sign in to comment.