Skip to content
Snippets Groups Projects
Commit 5a94721e authored by Darius Schneider's avatar Darius Schneider
Browse files

Naming

parent a9f46be7
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,13 @@ Metrics/PerceivedComplexity: ...@@ -82,6 +82,13 @@ Metrics/PerceivedComplexity:
# END Metrics # END Metrics
# BEGIN Naming
# the default gem module must be named like the gem, so allow dashes
Naming/FileName:
Exclude: [./lib/*.rb]
# END Naming
# BEGIN Style # BEGIN Style
# documentation of classes in migrations and tests is not needed # documentation of classes in migrations and tests is not needed
Style/Documentation: Style/Documentation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment