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

Update scalafmt-core to 3.5.9 #671

Merged

Conversation

scala-steward
Copy link
Contributor

Updates org.scalameta:scalafmt-core from 3.5.8 to 3.5.9.
GitHub Release Notes - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Files still referring to the old version number

The following files still refer to the old version number (3.5.8).
You might want to review and update them manually.

.git-blame-ignore-revs
Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scalameta", artifactId = "scalafmt-core" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
}]

labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

@codecov-commenter
Copy link

Codecov Report

Merging #671 (71c53f2) into master (b99ee39) will increase coverage by 1.49%.
The diff coverage is 71.18%.

@@            Coverage Diff             @@
##           master     #671      +/-   ##
==========================================
+ Coverage   86.45%   87.95%   +1.49%     
==========================================
  Files         137      141       +4     
  Lines        1491     1494       +3     
  Branches       31       33       +2     
==========================================
+ Hits         1289     1314      +25     
+ Misses        202      180      -22     
Impacted Files Coverage Δ
src/main/scala/com/sksamuel/scapegoat/Level.scala 0.00% <ø> (ø)
...la/com/sksamuel/scapegoat/inspections/AnyUse.scala 100.00% <ø> (ø)
...ksamuel/scapegoat/inspections/DoubleNegation.scala 100.00% <ø> (ø)
...muel/scapegoat/inspections/LonelySealedTrait.scala 100.00% <ø> (ø)
...sksamuel/scapegoat/inspections/MaxParameters.scala 100.00% <ø> (ø)
.../sksamuel/scapegoat/inspections/NoOpOverride.scala 90.00% <ø> (ø)
...samuel/scapegoat/inspections/PublicFinalizer.scala 100.00% <ø> (ø)
...sksamuel/scapegoat/inspections/TypeShadowing.scala 100.00% <ø> (ø)
...om/sksamuel/scapegoat/inspections/VarClosure.scala 100.00% <ø> (ø)
...capegoat/inspections/collections/ArrayEquals.scala 100.00% <ø> (ø)
... and 122 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mccartney mccartney merged commit 1b3313e into scapegoat-scala:master Aug 13, 2022
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.

3 participants