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

New wrapped ktlint rule NoSingleLineBlockCommentRule #6104

Merged
merged 1 commit into from May 20, 2023

Conversation

marschwar
Copy link
Contributor

Based on the ktlint dependency update in #6096 this adds a new experimental rule.

@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Merging #6104 (4c834b0) into main (01fa957) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #6104      +/-   ##
============================================
+ Coverage     84.86%   84.87%   +0.01%     
- Complexity     4011     4017       +6     
============================================
  Files           568      569       +1     
  Lines         13422    13431       +9     
  Branches       2368     2368              
============================================
+ Hits          11390    11399       +9     
  Misses          871      871              
  Partials       1161     1161              
Impacted Files Coverage Δ
...ab/arturbosch/detekt/formatting/KtLintMultiRule.kt 98.94% <100.00%> (+0.01%) ⬆️
...kt/formatting/wrappers/NoSingleLineBlockComment.kt 100.00% <100.00%> (ø)

@marschwar marschwar marked this pull request as ready for review May 17, 2023 18:40
@detekt-ci detekt-ci removed dependencies Pull requests that update a dependency file rules labels May 17, 2023
@cortinico cortinico added this to the 1.23.0 milestone May 20, 2023
@cortinico cortinico added the notable changes Marker for notable changes in the changelog label May 20, 2023
@cortinico cortinico merged commit 940af07 into detekt:main May 20, 2023
23 checks passed
@marschwar marschwar deleted the feature/formatting-rule branch May 21, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
formatting notable changes Marker for notable changes in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants