Skip to content

Commit

Permalink
[Build Props] Updated src/CodeAnalysis.ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 15, 2024
1 parent 3d6cee2 commit a2c5e92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CodeAnalysis.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,8 @@
<Rule Id="MA0127" Action="Error"/>
<!-- MA0128 - Use 'is' operator instead of SequenceEqual -->
<Rule Id="MA0128" Action="Error"/>
<!-- MA0159 - Opimise LINQ Usage -->
<Rule Id="MA0159" Action="Error"/>
</Rules>
<Rules AnalyzerId="Philips.CodeAnalysis.DuplicateCodeAnalyzer" RuleNamespace="Philips.CodeAnalysis.DuplicateCodeAnalyzer">
<!-- See https://github.com/philips-software/roslyn-analyzers/blob/master/Philips.CodeAnalysis.DuplicateCodeAnalyzer/Philips.CodeAnalysis.DuplicateCodeAnalyzer.md -->
Expand Down

0 comments on commit a2c5e92

Please sign in to comment.