Skip to content

Commit 20d3506

Browse files
committed
Add supressions for namespaces
1 parent b744257 commit 20d3506

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// This file is used by Code Analysis to maintain SuppressMessage
2+
// attributes that are applied to this project.
3+
// Project-level suppressions either have no target or are given
4+
// a specific target and scoped to a namespace, type, member, etc.
5+
6+
using System.Diagnostics.CodeAnalysis;
7+
8+
[assembly: SuppressMessage("Style", "IDE0130:Namespace does not match folder structure",
9+
Justification = "Extensions", Scope = "namespace", Target = "~N:C3D.Extensions.Xunit.Logging")]
10+
[assembly: SuppressMessage("Style", "IDE0130:Namespace does not match folder structure",
11+
Justification = "Extensions", Scope = "namespace", Target = "~N:Xunit.Abstractions")]
12+
[assembly: SuppressMessage("Style", "IDE0130:Namespace does not match folder structure",
13+
Justification = "Extensions", Scope = "namespace", Target = "~N:Microsoft.Extensions.Logging")]
14+
[assembly: SuppressMessage("Style", "IDE0130:Namespace does not match folder structure",
15+
Justification = "Pending fs reorg", Scope = "namespace", Target = "~N:C3D.Extensions.Logging.Xunit.Utilities")]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// This file is used by Code Analysis to maintain SuppressMessage
2+
// attributes that are applied to this project.
3+
// Project-level suppressions either have no target or are given
4+
// a specific target and scoped to a namespace, type, member, etc.
5+
6+
using System.Diagnostics.CodeAnalysis;
7+
8+
[assembly: SuppressMessage("Style", "IDE0130:Namespace does not match folder structure",
9+
Justification = "Assembly name needs to end in .Tests", Scope = "namespace", Target = "~N:C3D.Extensions.Logging.Xunit.Test")]

0 commit comments

Comments
 (0)