Browse Source

suppress xUnit1013 for CI

pull/299/head
Anton Firszov 9 years ago
parent
commit
14cbf96bb5
  1. 1
      tests/ImageSharp.Tests/GlobalSuppressions.cs

1
tests/ImageSharp.Tests/GlobalSuppressions.cs

@ -5,5 +5,6 @@
// a specific target and scoped to a namespace, type, member, etc.
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "xUnit1026:Theory methods should use all of their parameters")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "xUnit1013:Public method should be marked as test")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Assertions", "xUnit2013:Do not use equality check to check for collection size.")]

Loading…
Cancel
Save