Skip to content

Commit c7c71f1

Browse files
committed
add suppression for ms being dumb
1 parent 07539e4 commit c7c71f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SharpDenizenTools/GlobalSuppressions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
[assembly: SuppressMessage("Usage", "CA2211:Non-constant fields should not be visible")]
99
[assembly: SuppressMessage("Style", "IDE0074:Use compound assignment", Justification = "awkward syntax")]
1010
[assembly: SuppressMessage("Performance", "CA1860:Avoid using 'Enumerable.Any()' extension method")]
11+
[assembly: SuppressMessage("CodeQuality", "IDE0079:Remove unnecessary suppression", Justification = "wtf")]

0 commit comments

Comments
 (0)