Pattern: No code in file
Issue: -
Checks whether file contains code. Files which are considered to have no code:
- File with no text
- File with single line comment(s)
- File with a multi line comment(s).
// single line comment // violation
/* // violation
block comment
*/