Skip to content

Commit

Permalink
Fix FP
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Jan 17, 2023
1 parent c55ae73 commit f00585f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ public class BaseTest
public class DerivedTest : BaseTest
{
[TestMethod]
public void Derived() // Noncompliant FP: The overridden method needs to be annotated because Roslyn does not respect AttributeUsage.Inherited in ISymbol.GetAttributes
public void Derived() // Compliant
{
CustomAssertionMethod();
}
Expand Down

0 comments on commit f00585f

Please sign in to comment.