Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions BigBite/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
<!-- Enforce the use of the boolean && and || operators instead of the logical and/or operators. -->
<rule ref="Universal.Operators.DisallowLogicalAndOr" />

<!-- Shorthand array syntax is preferred. -->
<rule ref="Generic.Arrays.DisallowLongArraySyntax" />
<!-- Warn about unused function parameters. -->
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter">
<!-- Except under circumstances in which they make sense. -->
Expand Down