Skip to content

Instantly share code, notes, and snippets.

@jcarlos7121
Created November 29, 2016 17:08
Show Gist options
  • Save jcarlos7121/963baa120669cb45d3fd0832bfe7cad5 to your computer and use it in GitHub Desktop.
Save jcarlos7121/963baa120669cb45d3fd0832bfe7cad5 to your computer and use it in GitHub Desktop.
AllCops:
Exclude:
- 'db/seeds.rb'
- 'db/schema.rb'
- 'db/migrate/**/*'
- 'config/**/*'
- 'bin/**/*'
- 'Gemfile'
- 'Guardfile'
- 'vendor/**/*'
- 'tmp/**/*'
- 'spec/support/**/*'
- 'spec/fixtures/**/*'
Style/PercentLiteralDelimiters:
Enabled: false
Style/Documentation:
Enabled: false
Metrics/LineLength:
Max: 100
Style/CollectionMethods:
Enabled: false
Style/Lambda:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/MethodLength:
Enabled: true
Max: 40
Metrics/ClassLength:
Enabled: true
Max: 250
Style/WordArray:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment