Skip to content

Instantly share code, notes, and snippets.

@vbrazo
Created March 20, 2018 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vbrazo/7eda81eab45341be142578ce0e0f1da5 to your computer and use it in GitHub Desktop.
Save vbrazo/7eda81eab45341be142578ce0e0f1da5 to your computer and use it in GitHub Desktop.
AllCops:
DisplayCopNames: true
Exclude:
- 'bin/*'
- 'config.ru'
- 'config/environments/*'
- 'config/initializers/*'
- 'db/**/*'
- 'vendor/**/*'
- Gemfile
TargetRubyVersion: 2.3
Metrics/BlockLength:
Max: 30
Metrics/MethodLength:
Max: 20
Metrics/AbcSize:
Max: 22
Metrics/LineLength:
Max: 130
Exclude:
- Rakefile
- 'config/*'
Rails:
Enabled: true
Rails/Delegate:
Enabled: false
Style/Documentation:
Enabled: false
Style/HashSyntax:
Exclude:
- Rakefile
- '**/*.rake'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment