Created
February 1, 2015 06:38
-
-
Save luugiathuy/3c6e84991223058814e4 to your computer and use it in GitHub Desktop.
Configuration file of Rubocop for Rails development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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