All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
Detected boolean operation likea < b and b < c. It is recommended to refactor it to a < b < c. It improves readability,
a < b and b < c
a < b < c