Skip to content

fix the display of the more info message in the console report#49

Merged
wakingrufus merged 1 commit intomainfrom
fix-moreinfo
Jan 27, 2026
Merged

fix the display of the more info message in the console report#49
wakingrufus merged 1 commit intomainfrom
fix-moreinfo

Conversation

@wakingrufus
Copy link
Copy Markdown
Member

No description provided.

@wakingrufus wakingrufus marked this pull request as ready for review January 27, 2026 16:48
.text("Note: ")
.style(StyledTextOutput.Style.Normal)
.println("In order to see details of ${detailsThreshold.orElse(Priority.LOW)} and lower priority rules, run build with --info")
.println("In order to see details of rules with priority less than ${detailsThreshold.getOrElse(Priority.LOW)}, run build with --info")
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

orElse returns a provider, getOrElse returns the actual value

@wakingrufus wakingrufus merged commit 010bf26 into main Jan 27, 2026
3 checks passed
@wakingrufus wakingrufus deleted the fix-moreinfo branch January 27, 2026 16:49
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