Skip to content

Commit

Permalink
fix: Disable S3376 on CultureAttributeBase (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Apr 2, 2024
1 parent ef7e819 commit 9fecc26
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
Inherited = true
)]
[TraitDiscoverer(Namespaces.CultureTraitDiscoverer, Namespaces.Assembly)]
#pragma warning disable S3376 // Attribute, EventArgs, and Exception type names should end with the type being extended
public abstract class CultureAttributeBase : BeforeAfterTestAttribute, ITraitAttribute
#pragma warning restore S3376 // Attribute, EventArgs, and Exception type names should end with the type being extended
{
private readonly CultureInfo _culture;

Expand Down

0 comments on commit 9fecc26

Please sign in to comment.