Skip to content

Commit

Permalink
Merge pull request Homebrew#244 from Homebrew/dependabot/bundler/rubo…
Browse files Browse the repository at this point in the history
…cop-0.77.0

build(deps-dev): bump rubocop from 0.76.0 to 0.77.0
  • Loading branch information
MikeMcQuaid authored Nov 28, 2019
2 parents 0971f8a + 151541f commit 7d1be8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AllCops:
DisplayCopNames: false

# Disabled for 2.0 support
Layout/IndentHeredoc:
Layout/HeredocIndentation:
Enabled: false

# Not useful in casks and formulae.
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7d1be8d

Please sign in to comment.