-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGlobalSuppressions.cs
12 lines (10 loc) · 1.24 KB
/
GlobalSuppressions.cs
1
2
3
4
5
6
7
8
9
10
11
12
// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("Naming", "ET002:Namespace does not match file path or default namespace", Justification = "<Pending>", Scope = "namespace", Target = "~N:MySQLCLRFunctions.Tests")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "type", Target = "~T:MySQLCLRFunctions.Tests._MyAssertFunctions")]
[assembly: SuppressMessage("Style", "RCS1196:Call extension method as instance method.", Justification = "<Pending>", Scope = "member", Target = "~M:MySQLCLRFunctions.Tests.CharacterTransformTests.ReplaceFirstCTest")]
[assembly: SuppressMessage("Style", "RCS1196:Call extension method as instance method.", Justification = "<Pending>", Scope = "member", Target = "~M:MySQLCLRFunctions.Tests.CharacterTransformTests.ReplaceLastCTest")]
[assembly: SuppressMessage("Naming", "ET001:Type name does not match file name", Justification = "<Pending>", Scope = "type", Target = "~T:MySQLCLRFunctions.Tests.PositiveTestAttribute")]