Created
April 22, 2015 15:42
-
-
Save monkseal/aebe00f6c1bdae6d73b7 to your computer and use it in GitHub Desktop.
My standard .rubocop.yml
This file contains hidden or 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
inherit_from: .rubocop_todo.yml | |
AllCops: | |
Exclude: | |
- db/schema.rb | |
- db/migrate/* | |
- bin/* | |
RunRailsCops: true | |
Documentation: | |
Enabled: false | |
DotPosition: | |
EnforcedStyle: trailing | |
Style/EmptyLinesAroundBlockBody: | |
Enabled: false | |
Style/EmptyLinesAroundModuleBody: | |
Enabled: false | |
Style/EmptyLinesAroundClassBody: | |
Enabled: false | |
Style/EmptyLinesAroundMethodBody: | |
Enabled: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment