1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/.rubocop.yml
2014-05-21 12:45:11 -04:00

20 lines
420 B
YAML

inherit_from: .rubocop_todo.yml
HashSyntax:
EnforcedStyle: hash_rockets
LineLength:
Max: 100
Enabled: false
StringLiterals:
EnforcedStyle: double_quotes
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