Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 179 Bytes

no-debug.md

File metadata and controls

11 lines (7 loc) · 179 Bytes

No Debug

Rule no-debug will enforce that @debug statements are not allowed to be used.

Examples

When enabled, the following are disallowed:

@debug 'foo';