MetaCredo.Check.Refactor.DoubleBooleanNegation (MetaCredo v0.1.0)

View Source

Detects !!value (double boolean negation). While commonly used to coerce a value to boolean, it harms readability. Use explicit conversion or pattern matching instead.

Category: Refactoring Opportunity / Priority: low