Created
January 11, 2016 03:55
-
-
Save adammw/11d5207d414dd450f644 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