-
Notifications
You must be signed in to change notification settings - Fork 231
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
Implement S4060 - Avoid unsealed attributes - for VB.NET #5728
Implement S4060 - Avoid unsealed attributes - for VB.NET #5728
Conversation
8eddaa9
to
7e7614e
Compare
7e7614e
to
805b6ac
Compare
@Corniel can you please rebase all your PRs on master? To remove the |
I've pushed a rspec scaffolding commit here. Please pull it before rebase 😃 |
59f5525
to
8ca0a74
Compare
Rebase done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I left some minor polishing comments
analyzers/src/SonarAnalyzer.Common/Rules/AvoidUnsealedAttributesBase.cs
Outdated
Show resolved
Hide resolved
analyzers/src/SonarAnalyzer.Common/Rules/AvoidUnsealedAttributesBase.cs
Outdated
Show resolved
Hide resolved
/azp run Sonar.Net |
Azure Pipelines successfully started running 1 pipeline(s). |
…esBase.cs Co-authored-by: Pavel Mikula <57188685+pavel-mikula-sonarsource@users.noreply.github.com>
…esBase.cs Co-authored-by: Pavel Mikula <57188685+pavel-mikula-sonarsource@users.noreply.github.com>
analyzers/tests/SonarAnalyzer.UnitTest/TestCases/AvoidUnsealedAttributes.vb
Outdated
Show resolved
Hide resolved
…Attributes.vb Co-authored-by: Pavel Mikula <57188685+pavel-mikula-sonarsource@users.noreply.github.com>
/azp run Sonar.Net |
Azure Pipelines successfully started running 1 pipeline(s). |
… S4060-unsealed-attributes
/azp run Sonar.Net |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run Sonar.Net |
Azure Pipelines successfully started running 1 pipeline(s). |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
See #501
Fixes #5930