Skip to content

Instantly share code, notes, and snippets.

@vumanhcuongit
Last active December 1, 2015 02:48
Show Gist options
  • Select an option

  • Save vumanhcuongit/757172d5fa6d35c3ca09 to your computer and use it in GitHub Desktop.

Select an option

Save vumanhcuongit/757172d5fa6d35c3ca09 to your computer and use it in GitHub Desktop.
.rubocop.yml
inherit_from: .rubocop_todo.yml
AllCops:
RunRailsCops: true
Include:
- '**/Rakefile'
- '**/config.ru'
Exclude:
- 'db/**/*'
- 'config/**/*'
- 'script/**/*'
- 'docs/**/*'
- 'bin/**/*'
- 'vendor/**/*'
- 'node_modules/**/*'
- 'spec/spec_helper.rb'
- 'spec/rails_helper.rb'
- 'features/support/_circleci_formatter.rb'
Style/SpaceInsideHashLiteralBraces:
Enabled: true
EnforcedStyleForEmptyBraces: no_space
EnforcedStyle: no_space
Style/Documentation:
Enabled: false
Style/AlignParameters:
Enabled: false
Style/StringLiterals:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment