Skip to content

Instantly share code, notes, and snippets.

@mgrigoriev
Created October 14, 2016 20:52
Show Gist options
  • Save mgrigoriev/f22f45cfd9ad377e1c42fe08c0bef094 to your computer and use it in GitHub Desktop.
Save mgrigoriev/f22f45cfd9ad377e1c42fe08c0bef094 to your computer and use it in GitHub Desktop.
AllCops:
Include:
- Rakefile
- config.ru
- lib/**/*.rake
Exclude:
- db/**/*
- bin/**/*
- config/**/*
- spec/**/*
DisplayCopNames: true
Rails:
Enabled: true
Style/FrozenStringLiteralComment:
Enabled: false
Style/Documentation:
Enabled: false
Metrics/LineLength:
Max: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment