No Empty Function
Avoid empty function bodies
#Metadata
#Why it matters
Avoid empty function bodies:empty implementations hide missing logic; use a comment, throw, or remove the stub.
#Remediation
Avoid empty function bodies:empty implementations hide missing logic; use a comment, throw, or remove the stub.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.quality.no-empty-function.rule.yaml.