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

allow -Xlint in OrganizeImports.removeUnused #80

Merged
merged 1 commit into from
Jun 25, 2020

Conversation

taisukeoe
Copy link
Contributor

Thank you for creating an awesome Scalafix rule!
I'm trying OrganizeImports rule in my personal project and so far it works great.

Recently I sent a PullRequest to Scalafix RemoveUnused rule to respect -Xlint and -Xlint:unused scalacOptions, and it has been merged.

scalacenter/scalafix#1163

Since OrganizeImports.removeUnused function comes from RemoveUnused rule, I'd think it's nice to keep compatibilities. So please let me send this PullRequest.

@codecov
Copy link

codecov bot commented Jun 25, 2020

Codecov Report

Merging #80 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   98.50%   98.52%   +0.01%     
==========================================
  Files           3        3              
  Lines         201      203       +2     
  Branches        7        8       +1     
==========================================
+ Hits          198      200       +2     
  Misses          3        3              
Impacted Files Coverage Δ
rules/src/main/scala/fix/OrganizeImports.scala 98.44% <100.00%> (+0.01%) ⬆️

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 d70062c...aa84e65. Read the comment docs.

@liancheng
Copy link
Owner

@taisukeoe, thanks for this PR! Merging :)

@liancheng liancheng merged commit 0c88c1c into liancheng:master Jun 25, 2020
@liancheng liancheng added this to the v0.3.1 milestone Jun 25, 2020
@liancheng liancheng added the enhancement New feature or request label Jun 25, 2020
@taisukeoe
Copy link
Contributor Author

Thank you for your quick merge!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants