Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Allow customizing blank lines between organized import groups #142

Merged
merged 11 commits into from
Jan 11, 2021

Conversation

liancheng
Copy link
Owner

@liancheng liancheng commented Dec 16, 2020

This PR tries to address issue #140 and improve IntelliJ IDEA compatibility.

@codecov
Copy link

codecov bot commented Dec 16, 2020

Codecov Report

Merging #142 (a05593b) into master (869e427) will increase coverage by 0.29%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #142      +/-   ##
==========================================
+ Coverage   90.90%   91.20%   +0.29%     
==========================================
  Files           4        4              
  Lines         242      250       +8     
  Branches       12        8       -4     
==========================================
+ Hits          220      228       +8     
  Misses         22       22              
Impacted Files Coverage Δ
rules/src/main/scala/fix/ImportMatcher.scala 100.00% <100.00%> (ø)
rules/src/main/scala/fix/OrganizeImports.scala 96.34% <100.00%> (+0.06%) ⬆️
...les/src/main/scala/fix/OrganizeImportsConfig.scala 100.00% <100.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 869e427...a05593b. Read the comment docs.

@liancheng liancheng marked this pull request as ready for review January 11, 2021 11:26
@liancheng liancheng linked an issue Jan 11, 2021 that may be closed by this pull request
@liancheng liancheng merged commit 95a5403 into master Jan 11, 2021
@liancheng liancheng mentioned this pull request Jan 11, 2021
@liancheng liancheng deleted the blank-lines branch January 17, 2021 06:40
@liancheng liancheng added this to the v0.5.0 milestone Jan 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to control blank lines between groups
1 participant