All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
Code block has zero statements inside. Exceptions apply.
if (condition) { }
contract Foo { }
constructor () { }
fallback () external { }
constructor(uint param) Foo(param) Bar(param*2) { }
no-empty-blocks on Solhint's documentation.