Skip to content

VBC-026: empty-file

warning

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

What it reports

Empty code file detected. This clutters the repository.

Flagged

ts
ts

Not flagged

ts
export const answer = 42;

AST check

  • Type: empty-file

Released under the MIT License.