Skip to content

Instantly share code, notes, and snippets.

@gnufied
Last active December 27, 2015 13:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gnufied/7333061 to your computer and use it in GitHub Desktop.
Save gnufied/7333061 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