Pattern: Empty file
Issue: -
This rule enforces that Ruby source files are not empty.
# bad
# Empty file
# good
# File containing non commented source lines
# good
# File consisting only of comments
# bad
# File consisting only of comments
Name | Default value | Configurable values |
---|---|---|
AllowComments | true |
Boolean |