Pattern: Empty source file
Issue: -
A source containing only whitespace is considered empty.
The following patterns are considered violations:
\t\t
\n
The following patterns are not considered violations:
a {}
/* Only comments */
Pattern: Empty source file
Issue: -
A source containing only whitespace is considered empty.
The following patterns are considered violations:
\t\t
\n
The following patterns are not considered violations:
a {}
/* Only comments */