Skip to content

Instantly share code, notes, and snippets.

@noniq
Created May 21, 2017 21:15
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 noniq/7eaa0706c635e5c069af114e828e83ab to your computer and use it in GitHub Desktop.
Save noniq/7eaa0706c635e5c069af114e828e83ab to your computer and use it in GitHub Desktop.
inherit_from: https://raw.githubusercontent.com/die-antwort/style/master/rubocop.yml
AllCops:
Exclude:
- '**/*.erb'
- 'bin/**/*'
- 'db/**/*'
- 'config/initializers/simple_form*.rb'
- 'features/**/*'
- 'lib/file_column/*'
- 'lib/tasks/cucumber.rake'
- 'lib/tasks/data.rake'
- 'spec/**/*'
- 'tmp/**/*'
Bundler/OrderedGems:
Exclude:
- 'Gemfile'
Lint/AmbiguousRegexpLiteral:
Exclude:
- 'config/initializers/inflections.rb'
Lint/UnneededSplatExpansion:
Enabled: false
Metrics/BlockLength:
Exclude:
- '**/*'
Style/MultilineBlockChain:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment