Skip to content

Instantly share code, notes, and snippets.

@hayduke19us
Last active April 12, 2016 20:59
Show Gist options
  • Select an option

  • Save hayduke19us/1bfbd2b729640eb362a0033d9d659931 to your computer and use it in GitHub Desktop.

Select an option

Save hayduke19us/1bfbd2b729640eb362a0033d9d659931 to your computer and use it in GitHub Desktop.
inherit_from: .rubocop.yml
AllCops:
DisabledByDefault: false
DisplayCopNames: true
Lint/Void:
Exclude:
- 'features/**/*'
- 'spec/**/*'
Metrics/AbcSize:
Enabled: false
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
Style/Documentation:
Enabled: false
Style/HashSyntax:
Enabled: false
Style/MultilineBlockChain:
Enabled: false
Style/StringLiterals:
Enabled: false
Style/TrailingComma:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment