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

Check runAfterUpgrading for formatting changed files #2380

Merged
merged 1 commit into from
Nov 28, 2021

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Nov 27, 2021

This checks the runAfterUpgrading option before reformatting changed
files after the version bump. Until now this option only controlled if
scalafmt should be run on the whole project after a scalafmt update.
I think it makes sense to use this option also here so that one can
disable runnig scalafmt completely.

This checks the `runAfterUpgrading` option before reformatting changed
files after the version bump. Until now this option only controlled if
scalafmt should be run on the whole project after a scalafmt update.
I think it makes sense to use this option also here so that one can
disable runnig scalafmt completely.
@fthomas fthomas added the enhancement New feature or request label Nov 27, 2021
@fthomas fthomas added this to the 0.14.0 milestone Nov 27, 2021
@codecov
Copy link

codecov bot commented Nov 27, 2021

Codecov Report

Merging #2380 (2aa7ea0) into master (e5a8bd2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2380   +/-   ##
=======================================
  Coverage   80.42%   80.43%           
=======================================
  Files         139      139           
  Lines        2391     2392    +1     
  Branches       51       44    -7     
=======================================
+ Hits         1923     1924    +1     
  Misses        468      468           
Impacted Files Coverage Δ
...ain/scala/org/scalasteward/core/edit/EditAlg.scala 94.59% <100.00%> (+0.15%) ⬆️

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 e5a8bd2...2aa7ea0. Read the comment docs.

@fthomas fthomas merged commit 00cf8b5 into master Nov 28, 2021
@fthomas fthomas deleted the topic/check-runAfterUpgrading branch November 28, 2021 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant