Skip to content

Commit 6a7b960

Browse files
committed
CHORE: Allow underscores in test names
1 parent 6826d7f commit 6a7b960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

XrmPluginCore.Tests/.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# C# files
22
[*.cs]
33

4-
dotnet_diagnostic.CS0618.severity = none # Suppress 'obsolete' warnings for test project
4+
dotnet_diagnostic.CS0618.severity = none # Suppress 'obsolete' warnings for test project
5+
dotnet_diagnostic.CA1707.severity = none # Suppress 'identifiers should not contain underscores' warnings for test project

0 commit comments

Comments
 (0)