Skip to content

Instantly share code, notes, and snippets.

@tomas-stefano
Last active June 27, 2017 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tomas-stefano/cc67199d5f7a564bdcb1084ee1344ee9 to your computer and use it in GitHub Desktop.
Save tomas-stefano/cc67199d5f7a564bdcb1084ee1344ee9 to your computer and use it in GitHub Desktop.
Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Metrics/LineLength:
Max: 80
Metrics/MethodLength:
Max: 15
Metrics/ModuleLength:
Exclude:
- '**/*_spec.rb'
Metrics/BlockLength:
Exclude:
- '**/*_spec.rb'
Style/ClassAndModuleChildren:
Enabled: false
Style/CollectionMethods:
Enabled: false
Style/DotPosition:
EnforcedStyle: leading
Style/FormatString:
Enabled: false
Style/AndOr:
EnforcedStyle: conditionals
Style/Not:
Enabled: false
Style/DoubleNegation:
Enabled: false
Style/MethodDefParentheses:
EnforcedStyle: require_parentheses
Style/RaiseArgs:
Enabled: false
Style/RegexpLiteral:
Enabled: false
Style/StringLiterals:
EnforcedStyle: single_quotes
Lint/ShadowingOuterLocalVariable:
Enabled: false
Rails:
Enabled: true
AllCops:
DisplayCopNames: true
Exclude:
- 'app/helpers/application_helper.rb'
- 'bin/**/*'
- 'config/**/*'
- 'db/**/*'
- 'Guardfile'
- 'lib/tasks/**/*'
- 'node_modules/**/*'
- 'script/**/*'
- 'spec/spec_helper.rb'
- 'spec/cassettes/**/*'
- 'spec/dummy/config/**/*.rb'
- 'features/**/*'
- 'tmp/**/*'
- 'vendor/**/*'
- 'Rakefile'
- 'spec/dummy/config/**/*'
- 'spec/dummy/script/**/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment