mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-11-18 20:56:16 +01:00
14 lines
187 B
YAML
14 lines
187 B
YAML
inherit_from: .rubocop_todo.yml
|
|
|
|
AllCops:
|
|
TargetRubyVersion: '2.3'
|
|
|
|
Gemspec/OrderedDependencies:
|
|
Enabled: false
|
|
|
|
Metrics/LineLength:
|
|
Max: 200
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|