1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-09-28 21:52:02 +02:00

Update rubocop to version 0.77.0

This commit is contained in:
depfu[bot]
2019-11-28 19:23:51 +00:00
committed by cn
parent 2ad816b866
commit 8ef5009e51
2 changed files with 6 additions and 6 deletions

View File

@@ -6,9 +6,6 @@ AllCops:
Gemspec/OrderedDependencies:
Enabled: false
Layout/AlignHash:
Enabled: false
Layout/EmptyLineAfterGuardClause:
Enabled: false
@@ -16,7 +13,10 @@ Layout/EmptyLineAfterGuardClause:
Layout/EmptyLinesAroundArguments:
Enabled: false
Layout/LeadingBlankLines:
Layout/HashAlignment:
Enabled: false
Layout/LeadingEmptyLines:
Enabled: false
Layout/SpaceInsideHashLiteralBraces:
@@ -43,7 +43,7 @@ Metrics/MethodLength:
Metrics/PerceivedComplexity:
Enabled: false
Naming/UncommunicativeMethodParamName:
Naming/MethodParameterName:
Enabled: false
Naming/MemoizedInstanceVariableName: