1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-11-18 20:56:16 +01:00
dyndnsd/.rubocop.yml
2018-02-23 11:13:28 +01:00

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