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 after single-line property #9279

Merged
merged 3 commits into from
May 15, 2024
Merged

Conversation

pavel-mikula-sonarsource
Copy link
Contributor

@pavel-mikula-sonarsource pavel-mikula-sonarsource commented May 15, 2024

    public object Property4 { get => 42; }
    public object Property5 { get; set; }  // FP
    public object Property6 { get; set; }  // FP

@github-actions github-actions bot moved this from In progress to Review in progress in Best Kanban May 15, 2024
Copy link

sonarcloud bot commented May 15, 2024

Quality Gate Passed Quality Gate passed for 'Sonar .NET Java Plugin'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented May 15, 2024

Copy link
Contributor

@Tim-Pohlmann Tim-Pohlmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@github-actions github-actions bot moved this from Review in progress to Review approved in Best Kanban May 15, 2024
@Tim-Pohlmann Tim-Pohlmann merged commit fab30c6 into master May 15, 2024
29 checks passed
Best Kanban automation moved this from Review approved to Validate Peach May 15, 2024
@Tim-Pohlmann Tim-Pohlmann deleted the Pavel/T0016 branch May 15, 2024 15:45
@pavel-mikula-sonarsource pavel-mikula-sonarsource moved this from Validate Peach to Done in Best Kanban May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Best Kanban
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants