Skip to content

Commit

Permalink
Merge pull request #554 from Shopify/dependabot/bundler/rubocop-1.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock authored Jul 4, 2023
2 parents f1d8c44 + 6a1bb15 commit 226e6d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.5)
rubocop (1.53.1)
rubocop (1.54.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down
3 changes: 3 additions & 0 deletions test/fixtures/full_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ AllCops:
- "**/*.rbx"
- "**/*.ru"
- "**/*.ruby"
- "**/*.schema"
- "**/*.spec"
- "**/*.thor"
- "**/*.watchr"
Expand All @@ -53,6 +54,7 @@ AllCops:
- "**/Puppetfile"
- "**/Rakefile"
- "**/rakefile"
- "**/Schemafile"
- "**/Snapfile"
- "**/Steepfile"
- "**/Thorfile"
Expand Down Expand Up @@ -417,6 +419,7 @@ Layout/EmptyLineBetweenDefs:
EmptyLineBetweenMethodDefs: true
EmptyLineBetweenClassDefs: true
EmptyLineBetweenModuleDefs: true
DefLikeMacros: []
AllowAdjacentOneLineDefs: true
NumberOfEmptyLines: 1
Layout/EmptyLines:
Expand Down

0 comments on commit 226e6d9

Please sign in to comment.