Merge pull request #244 from Homebrew/dependabot/bundler/rubocop-0.77.0

build(deps-dev): bump rubocop from 0.76.0 to 0.77.0
This commit is contained in:
Mike McQuaid
2019-11-28 15:23:10 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ AllCops:
DisplayCopNames: false
# Disabled for 2.0 support
Layout/IndentHeredoc:
Layout/HeredocIndentation:
Enabled: false
# Not useful in casks and formulae.
@@ -24,7 +24,7 @@ Metrics/ParameterLists:
# Implicitly allow EOS as we use it everywhere.
Naming/HeredocDelimiterNaming:
Blacklist:
ForbiddenDelimiters:
- END, EOD, EOF
# Allow dashes in filenames.
@@ -98,12 +98,12 @@ Style/TrailingCommaInHashLiteral:
### rubocop_shared.yml
# make our hashes consistent
Layout/AlignHash:
Layout/HashAlignment:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
# `system` is a special case and aligns on second argument
Layout/AlignParameters:
Layout/ParameterAlignment:
Enabled: false
# favour parens-less DSL-style arguments

View File

@@ -7,7 +7,7 @@ GEM
parser (2.6.5.0)
ast (~> 2.4.0)
rainbow (3.0.0)
rubocop (0.76.0)
rubocop (0.77.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)