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 T0006 FN: Raise on namespaces #9668

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

Fix T0006 FN: Raise on namespaces #9668

pavel-mikula-sonarsource opened this issue Sep 23, 2024 · 0 comments
Labels
Type: False Negative Rule is NOT triggered when it should be. Type: Styling Anything related to styling rules

Comments

@pavel-mikula-sonarsource
Copy link
Contributor

The rule should also raise on namespace declarations

namespace SonarAnalyzer.Helpers;

and

namespace SonarAnalyzer.Helpers
{
}
@pavel-mikula-sonarsource pavel-mikula-sonarsource added Type: False Negative Rule is NOT triggered when it should be. Type: Styling Anything related to styling rules labels Sep 23, 2024
@pavel-mikula-sonarsource pavel-mikula-sonarsource changed the title Fix T006 FN: Raise on namespaces Fix T0006 FN: Raise on namespaces Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: False Negative Rule is NOT triggered when it should be. Type: Styling Anything related to styling rules
Projects
None yet
Development

No branches or pull requests

1 participant