Skip to content

Commit

Permalink
Demoted BooleanParameter to Info
Browse files Browse the repository at this point in the history
  • Loading branch information
t1b00 committed Sep 12, 2024
1 parent df53ce6 commit ebbb200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/src/main/scala/fix/BooleanParameter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class BooleanParameter extends SemanticRule("BooleanParameter") {
"Checks for functions that have a Boolean parameter.",
pos,
"Method has Boolean parameter. Consider splitting into two methods or using a case class.",
LintSeverity.Warning
LintSeverity.Info
)

override def fix(implicit doc: SemanticDocument): Patch = {
Expand Down

0 comments on commit ebbb200

Please sign in to comment.