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

Update rubocop-for-gem.yml

parent 43827b96
Branches
No related tags found
No related merge requests found
......@@ -85,11 +85,15 @@ Metrics/PerceivedComplexity:
# BEGIN Naming
# the default gem module must be named like the gem, so allow dashes
Naming/FileName:
Exclude: [./lib/*.rb]
Exclude: ['lib/*.rb']
# END Naming
# BEGIN Style
# allow compact style for gems that contain app directory for rails integration
Style/ClassAndModuleChildren:
Exclude: ['app/**/*']
# documentation of classes in migrations and tests is not needed
Style/Documentation:
Exclude: *test_config_db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment