Skip to content

Commit 8323b3a

Browse files
committed
refactor: Remove pragma
1 parent 9314f89 commit 8323b3a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/bunit.generators/Web.Stubs/AttributeStubGenerator/ComponentStubAttributeGenerator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ private static bool IsClassWithComponentStubAttribute(SyntaxNode s) =>
3939

4040
private static StubClassInfo GetStubClassInfo(GeneratorAttributeSyntaxContext context)
4141
{
42-
#pragma warning disable RS1035
4342
foreach (var attribute in context.TargetSymbol.GetAttributes())
4443
{
4544
if (context.TargetSymbol is not ITypeSymbol stubbedType)

0 commit comments

Comments
 (0)