1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

gem: add rubocop

This commit is contained in:
cn
2018-02-23 11:13:28 +01:00
parent fc7a1cabd3
commit 9a7c20babb
4 changed files with 325 additions and 1 deletions

13
.rubocop.yml Normal file
View File

@ -0,0 +1,13 @@
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: '2.3'
Gemspec/OrderedDependencies:
Enabled: false
Metrics/LineLength:
Max: 200
Style/Documentation:
Enabled: false