mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-11-17 14:56:14 +01:00
gems: update rubocop to version 0.77.0
Update rubocop to version 0.77.0 (#41)
This commit is contained in:
parent
2ad816b866
commit
7d49b861fc
10
.rubocop.yml
10
.rubocop.yml
@ -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:
|
||||
|
@ -31,6 +31,6 @@ Gem::Specification.new do |s|
|
||||
s.add_development_dependency 'rake'
|
||||
s.add_development_dependency 'rspec'
|
||||
s.add_development_dependency 'rack-test'
|
||||
s.add_development_dependency 'rubocop', '~> 0.76.0'
|
||||
s.add_development_dependency 'rubocop', '~> 0.77.0'
|
||||
s.add_development_dependency 'bundler-audit'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user