Skip to content

Instantly share code, notes, and snippets.

@wycleffsean
Last active May 18, 2018 00:12
Show Gist options
  • Save wycleffsean/407c5e75587fa10435880de79cc313ca to your computer and use it in GitHub Desktop.
Save wycleffsean/407c5e75587fa10435880de79cc313ca to your computer and use it in GitHub Desktop.
Rubocop
AllCops:
Exclude:
- 'spec/dummy/**/*'
- 'tmp/**/*'
Lint/HandleExceptions:
Exclude:
- 'spec/support/database.rb'
Style/TrailingCommaInArguments:
Enabled: false
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Style/FrozenStringLiteralComment:
Enabled: true
EnforcedStyle: always
Exclude:
- 'spec/**/*'
- 'gemfiles/**/*'
- 'bin/**/*'
inherit_from: https://gist.githubusercontent.com/wycleffsean/407c5e75587fa10435880de79cc313ca/raw/4733c1f6a7d2ac2e49d5960f521f1337ac9c3aa0/rubocop-base.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment