Skip to content

Instantly share code, notes, and snippets.

@mattray
Created January 15, 2014 19:19
Show Gist options
  • Select an option

  • Save mattray/8442539 to your computer and use it in GitHub Desktop.

Select an option

Save mattray/8442539 to your computer and use it in GitHub Desktop.
AllCops:
Includes:
- metadata.rb
- Gemfile
- attributes/**
Excludes:
- recipes/**
- spec/**
# UTF-8 headers not generally in these files
Encoding:
Enabled: false
# ignore long lines
LineLength:
Enabled: false
# Allow small arrays before forcing %w or %W
WordArray:
MinSize: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment