17 lines
354 B
YAML
17 lines
354 B
YAML
inherit_from: .rubocop_todo.yml
|
|
|
|
Metrics/LineLength:
|
|
Enabled: false
|
|
|
|
#http://viget.com/extend/just-use-double-quoted-ruby-strings
|
|
Style/StringLiterals:
|
|
EnforcedStyle: double_quotes
|
|
|
|
# Configuration parameters: CountComments.
|
|
Metrics/ClassLength:
|
|
Enabled: false
|
|
|
|
# Configuration parameters: CountComments.
|
|
Metrics/MethodLength:
|
|
Enabled: false
|