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

Make logLevel invisible #20253

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Make logLevel invisible #20253

merged 1 commit into from
Apr 25, 2024

Conversation

mbovel
Copy link
Member

@mbovel mbovel commented Apr 24, 2024

To silence this warning when opening SBT:

[warn] there are 2 keys that are not used by any other settings/tasks:
[warn]  
[warn] * scala2-library-bootstrapped / Compile / compile / logLevel
[warn]   +- /Users/mbovel/dotty/project/Build.scala:1083
[warn] * scala2-library-cc / Compile / compile / logLevel
[warn]   +- /Users/mbovel/dotty/project/Build.scala:1083
[warn]  
[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key

@mbovel mbovel merged commit a0513b0 into scala:main Apr 25, 2024
19 checks passed
@mbovel mbovel deleted the mb/invisible-loglevel branch April 25, 2024 11:08
@Kordyjan Kordyjan added this to the 3.5.0 milestone May 10, 2024
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