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 ExpressionBodySyntax not checking property getters/setters #5938

Merged
merged 1 commit into from
Mar 26, 2023

Conversation

schalkms
Copy link
Member

Closes #5936

@codecov
Copy link

codecov bot commented Mar 25, 2023

Codecov Report

Merging #5938 (7d8a66a) into main (eb58da6) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #5938      +/-   ##
============================================
+ Coverage     84.46%   84.47%   +0.01%     
- Complexity     3784     3789       +5     
============================================
  Files           546      546              
  Lines         12923    12930       +7     
  Branches       2268     2270       +2     
============================================
+ Hits          10915    10923       +8     
  Misses          877      877              
+ Partials       1131     1130       -1     
Impacted Files Coverage Δ
...urbosch/detekt/rules/style/ExpressionBodySyntax.kt 92.00% <100.00%> (+8.66%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@BraisGabin BraisGabin added this to the 1.23.0 milestone Mar 26, 2023
@BraisGabin BraisGabin merged commit 2187667 into main Mar 26, 2023
@BraisGabin BraisGabin deleted the fix-#5936 branch March 26, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExpressionBodySyntax not checking property getters
2 participants