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

Wrap new KtLint rules #3083

Merged
merged 2 commits into from
Sep 17, 2020
Merged

Wrap new KtLint rules #3083

merged 2 commits into from
Sep 17, 2020

Conversation

3flex
Copy link
Member

@3flex 3flex commented Sep 17, 2020

They're in KtLint's experimental ruleset, so they're disabled by default.

Closes #3080
Closes #3081

@codecov
Copy link

codecov bot commented Sep 17, 2020

Codecov Report

Merging #3083 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3083      +/-   ##
============================================
+ Coverage     79.26%   79.28%   +0.02%     
- Complexity     2563     2567       +4     
============================================
  Files           432      434       +2     
  Lines          7726     7735       +9     
  Branches       1469     1469              
============================================
+ Hits           6124     6133       +9     
  Misses          816      816              
  Partials        786      786              
Impacted Files Coverage Δ Complexity Δ
...ab/arturbosch/detekt/formatting/KtLintMultiRule.kt 92.30% <100.00%> (+0.24%) 8.00 <0.00> (ø)
...ch/detekt/formatting/wrappers/AnnotationSpacing.kt 100.00% <100.00%> (ø) 2.00 <2.00> (?)
...detekt/formatting/wrappers/ArgumentListWrapping.kt 100.00% <100.00%> (ø) 2.00 <2.00> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d80514...4b1e27a. Read the comment docs.

@schalkms schalkms merged commit 19f8cb4 into detekt:master Sep 17, 2020
@3flex 3flex deleted the new-ktlint branch September 18, 2020 00:16
@arturbosch arturbosch added this to the 1.14.0 milestone Sep 21, 2020
@3flex 3flex restored the new-ktlint branch July 29, 2021 12:12
@3flex 3flex deleted the new-ktlint branch November 19, 2021 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrap KtLint AnnotationSpacingRule Wrap KtLint ArgumentListWrappingRule
4 participants