Skip to content

Instantly share code, notes, and snippets.

@rocknrollMarc
Forked from gnufied/gist:7333061
Created March 10, 2014 07:04
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 rocknrollMarc/9460635 to your computer and use it in GitHub Desktop.
Save rocknrollMarc/9460635 to your computer and use it in GitHub Desktop.
AllCops:
RunRailsCops: true
Excludes:
- db/**
HashSyntax:
Description: 'Use either hash rocket or 1.9 styled hashes.'
Enabled: false
LineLength:
Max: 100
# Disable Certain Tests
Documentation:
Description: 'Document classes and non-namespace modules.'
Enabled: false
StringLiterals:
Description: 'Checks if uses of quotes match the configured preference.'
Enabled: false
Encoding:
Description: 'Use UTF-8 as the source file encoding.'
Enabled: false
SignalException:
Description: 'Do not enforce use of fail when raising exceptions.'
# Valid values are: semantic, only_raise and only_fail
EnforcedStyle: only_raise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment