Skip to content

Instantly share code, notes, and snippets.

@oliveira-andre
Created February 24, 2021 02:20
Show Gist options
  • Select an option

  • Save oliveira-andre/38d10a36f771c60deab4c45dc1761495 to your computer and use it in GitHub Desktop.

Select an option

Save oliveira-andre/38d10a36f771c60deab4c45dc1761495 to your computer and use it in GitHub Desktop.
AllCops:
TargetRubyVersion: 2.6
# Include common Ruby source files.
Include:
- '**/*.rb'
- '**/*.gemspec'
- '**/*.jbuilder'
- '**/*.rake'
- '**/Gemfile'
- '**/Rakefile'
- '**/Capfile'
Exclude:
- 'spec/responses/*'
- 'vendor/**/*'
- 'bin/**/*'
- 'db/**/*'
- 'config/environments/*'
- 'config/routes.rb'
- 'config/initializers/devise.rb'
- 'node_modules/**/*'
Style/Documentation:
Description: 'Document classes and non-namespace modules.'
Enabled: false
Metrics/BlockLength:
Max: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment