Skip to content

Instantly share code, notes, and snippets.

@luugiathuy
Created February 1, 2015 06:38
Show Gist options
  • Save luugiathuy/3c6e84991223058814e4 to your computer and use it in GitHub Desktop.
Save luugiathuy/3c6e84991223058814e4 to your computer and use it in GitHub Desktop.
Configuration file of Rubocop for Rails development
Documentation:
Enabled: false
Style/AlignHash:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/LambdaCall:
Enabled: false
AllCops:
Exclude:
- 'bin/**/*'
- 'config/**/*'
- 'db/**/*'
- 'log/**/*'
- 'public/**/*'
- 'tmp/**/*'
- 'vendor/**/*'
- 'spec/rails_helper.rb'
- 'spec/spec_helper.rb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment