Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix T0016 FP: Do not raise inside interface #9669

Open
pavel-mikula-sonarsource opened this issue Sep 23, 2024 · 0 comments
Open

Fix T0016 FP: Do not raise inside interface #9669

pavel-mikula-sonarsource opened this issue Sep 23, 2024 · 0 comments
Labels
Type: False Positive Rule IS triggered when it shouldn't be. Type: Styling Anything related to styling rules

Comments

@pavel-mikula-sonarsource
Copy link
Contributor

This should not raise inside interfaces

public interface ILanguageFacade
{
    IMethodParameterLookup MethodParameterLookup(SyntaxNode invocation, IMethodSymbol methodSymbol); // FP
    IMethodParameterLookup MethodParameterLookup(SyntaxNode invocation, SemanticModel model);   FP
}
@pavel-mikula-sonarsource pavel-mikula-sonarsource added Type: False Positive Rule IS triggered when it shouldn't be. Type: Styling Anything related to styling rules labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: False Positive Rule IS triggered when it shouldn't be. Type: Styling Anything related to styling rules
Projects
None yet
Development

No branches or pull requests

1 participant