I have code like that:
optionBoolean.getOrElse(false) && otherOptionBoolean.getOrElse(false)
And scalastyle tells me that it can be s