Disable MEN015 "Use Preferred Terms" (spellcheck)

you're supposed to be able to configure this but I couldn't figure it out
This commit is contained in:
YoshiRulz 2022-07-22 05:39:03 +10:00
parent 9211007a18
commit 0309cdc4bc
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@
<!-- Prefer TryGetValue -->
<Rule Id="MEN014" Action="Hidden" />
<!-- Use Preferred Terms -->
<Rule Id="MEN015" Action="Hidden" />
</Rules>
<Rules AnalyzerId="Meziantou.Analyzers" RuleNamespace="Meziantou.Analyzers">
<!-- StringComparison is missing -->