Created
August 28, 2015 00:32
-
-
Save adammw/92942bd9342e765f8841 to your computer and use it in GitHub Desktop.
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
AllCops: | |
# Include gemspec and Rakefile | |
Includes: | |
- '**/*.gemspec' | |
- '**/Rakefile' | |
Excludes: | |
- 'vendor/**' | |
ClassLength: | |
Enabled: false | |
Documentation: | |
Enabled: false | |
MethodLength: | |
Enabled: false | |
SpaceInsideBrackets: | |
Enabled: false | |
LineLength: | |
Max: 120 | |
CommentAnnotation: | |
Keywords: | |
- TODO | |
- FIXME | |
- OPTIMIZE | |
- HACK | |
- REVIEW |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment