Skip to content

VBC-063-B: empty-block

warning

Category: clean-code
Analysis: AST
Tags: clean-code

What it reports

Empty block detected at line {line}. This code does nothing.

Flagged

ts
function noop() {}

Not flagged

ts
function run() { start(); }

AST check

  • Type: empty-block

Released under the MIT License.