Skip to content

Instantly share code, notes, and snippets.

@adammw
Created August 28, 2015 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adammw/92942bd9342e765f8841 to your computer and use it in GitHub Desktop.
Save adammw/92942bd9342e765f8841 to your computer and use it in GitHub Desktop.
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