chore(codebase): full cleanup pass
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RuleSet Name="Custom Rules" ToolsVersion="16.0">
|
||||
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp" RuleNamespace="Microsoft.CodeAnalysis.CSharp">
|
||||
<Rule Id="CS1591" Action="None" /> <!-- Missing XML comment -->
|
||||
<Rule Id="SA1600" Action="None"/> <!-- Elements should be documented -->
|
||||
<Rule Id="SA1633" Action="None"/> <!-- Missing File header comment -->
|
||||
</Rules>
|
||||
<Rules AnalyzerId="SonarAnalyzer.CSharp" RuleNamespace="SonarAnalyzer.CSharp">
|
||||
<!-- <Rule Id="S1118" Action="Warning" /> Utility classes should not have public constructors -->
|
||||
|
||||
Reference in New Issue
Block a user