mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
21 lines
420 B
YAML
21 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
|