Appearance
Category: clean-codeAnalysis: ASTTags: clean-code
AST
clean-code
Empty block detected at line {line}. This code does nothing.
function noop() {}
function run() { start(); }
empty-block