From 21b6b2d4b792c5a7e5b5ed976c35a83c357ff084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Domeradzki?= Date: Tue, 25 Jun 2024 00:18:29 +0200 Subject: [PATCH] Fill TODO --- .editorconfig | 4 ++++ Directory.Build.props | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6fd07676a..26e2e396f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -227,6 +227,10 @@ dotnet_style_qualification_for_property = false:warning dotnet_style_readonly_field = true:warning dotnet_style_require_accessibility_modifiers = always:warning +[ArchiSteamFarm/**.cs] +# ASF project includes plugin system, therefore CA1515 typically doesn't make sense there +dotnet_diagnostic.ca1515.severity = silent + ############################### # JetBrains, IntelliJ/Rider # ############################### diff --git a/Directory.Build.props b/Directory.Build.props index 7052f1695..21071320b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -51,9 +51,6 @@ true CS8002,IL2026,IL2104,NU1901,NU1902,NU1903,NU1904 - - - $(WarningsNotAsErrors),CA1515,CA1859,CA2263,CA2264