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

gems: update rubocop to version 0.59.0

Update rubocop to version 0.59.0 (#17)
This commit is contained in:
depfu[bot]
2018-09-09 21:39:24 +02:00
committed by Christian Nicolai
parent 280bfbeb82
commit 1dd0eb7d1a
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ AllCops:
Gemspec/OrderedDependencies:
Enabled: false
Layout/EmptyLineAfterGuardClause:
Enabled: false
# allows nicer usage of private_class_method
Layout/EmptyLinesAroundArguments:
Enabled: false