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

wire scalafix initialization logs to proper logger #294

Merged
merged 1 commit into from
Mar 26, 2022

Conversation

bjaglin
Copy link
Collaborator

@bjaglin bjaglin commented Mar 25, 2022

Follows https://github.com/scalacenter/scalafix/pull/1565/files#r825365856

 sbt> scalafix dependency:SemanticRule@ch.epfl.scala::example-scalafix-rule:1.4.0
-Loading external rule(s) built against an old version of scalafix (0.9.16).
-This might not be a problem, but if you run into unexpected behavior, you should either:
-1. downgrade scalafix to 0.9.16
-2. try a more recent version of the rules(s) if available; request the rule maintainer
-   to build against scalafix 0.10.0 or later if that does not help
+[info] Loading external rule(s) built against an old version of scalafix (0.9.16).
+[info] This might not be a problem, but if you run into unexpected behavior, you should either:
+[info] 1. downgrade scalafix to 0.9.16
+[info] 2. try a more recent version of the rules(s) if available; request the rule maintainer
+[info]    to build against scalafix 0.10.0 or later if that does not help
 ...

Avoids scalafix logs about binary compatibility to get dumped to stdout
@bjaglin bjaglin marked this pull request as ready for review March 26, 2022 20:15
@bjaglin bjaglin merged commit 767ac9a into scalacenter:main Mar 26, 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.

1 participant