From 3f7452441d858903a42a376d49da1e249ee89532 Mon Sep 17 00:00:00 2001 From: neoscie Date: Tue, 31 Jan 2023 02:15:34 +0700 Subject: [PATCH] Update README.md --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index 0b66d7d..d3c8df3 100644 --- a/README.md +++ b/README.md @@ -89,18 +89,6 @@ As stated in *General decisions*, in **Release** configuration, all rules will t "Exception" should not be caught when not required by called methods This rule probably originates from Java where you have to declare the Exception that will be throwed by a method and will subsequently being checked by the compiler. - - CA2210 - None - Assemblies should have valid strong names - Strong names are usually not needed for our typical deployments. - - - CA1020 - None - Avoid namespaces with few types - It happens often that a namespace contains only a few classes, but is extended later during development. Merging it with some parent namespace at first and extracting to separate namespace later (when there are enough classes), is just a pain and unnecessary waste of time. - CA1024 None @@ -179,12 +167,6 @@ As stated in *General decisions*, in **Release** configuration, all rules will t Track uses of "TODO" tags Still show it to the developer in his IDE. - - CS1591 - None - Missing XML comment for publicly visible type or member 'Type_or_Member' - Can be deactivated because SA1600 already checks for the XML comment. - IDE0058 None @@ -631,4 +613,4 @@ Tests are used mostly internally and allow for much laxer rules. The *\*.TestsRu This warning is intended for libraries, where the code may be executed in arbitrary environments and where code shouldn't make assumptions about the environment or how the caller of the method may be invoking or waiting on it - \ No newline at end of file +