Skip to content

Instantly share code, notes, and snippets.

@Zhong-z
Created June 28, 2016 03:23
Show Gist options
  • Save Zhong-z/d3335dc630aa1a53762dc5bdb3f26e62 to your computer and use it in GitHub Desktop.
Save Zhong-z/d3335dc630aa1a53762dc5bdb3f26e62 to your computer and use it in GitHub Desktop.
Shippit Rubocop configration
AllCops:
Rails:
Enabled: true
Exclude:
- 'vendor/**/*'
- 'spec/fixtures/**/*'
- 'tmp/**/*'
- 'db/**/*'
TargetRubyVersion: 2.1
Style/Encoding:
EnforcedStyle: always
Enabled: true
Style/FrozenStringLiteralComment:
EnforcedStyle: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment