Skip to content

Instantly share code, notes, and snippets.

@adammw
Created January 11, 2016 03:55
Show Gist options
  • Save adammw/11d5207d414dd450f644 to your computer and use it in GitHub Desktop.
Save adammw/11d5207d414dd450f644 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