Skip to content
Snippets Groups Projects
Commit 67b86fde authored by Ando Emerencia's avatar Ando Emerencia
Browse files

more rubocop

parent 61f7aa97
Branches
Tags
1 merge request!23Ae update gems
Pipeline #
......@@ -20,6 +20,13 @@ MethodLength:
CountComments: false # count full line comments?
Max: 20
# Describe specs fail this test
# Namespaces in rake tasks do too
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
- '**/*.rake'
################################################################## DISABLED COPS
# These cops are disabled because we think they are a Bad Idea. If you add one
......@@ -33,7 +40,7 @@ Documentation:
Enabled: false
# Gems typically have one file named the-gem-name.rb which can be autorequired by bundler
Style/FileName:
Naming/FileName:
Exclude:
- lib/fizzy-api.rb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment