Last active
December 27, 2015 13:28
-
-
Save gnufied/7333061 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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