Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #86 from department-of-veterans-affairs/rubocop-ne…
Browse files Browse the repository at this point in the history
…w-syntax-default

Upgraded rubocop and changed  EnforcedShorthandSyntax default from al…
  • Loading branch information
RachalCassity authored Feb 7, 2022
2 parents c871f17 + 3da163a commit b8680c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ AllCops:

Metrics/MethodLength:
Max: 15

Style/HashSyntax:
EnforcedShorthandSyntax: either
12 changes: 4 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ GEM
racc (~> 1.4)
nokogiri (1.13.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.1-x86_64-linux)
racc (~> 1.4)
pagy (5.10.1)
Expand Down Expand Up @@ -211,7 +209,7 @@ GEM
redis (4.6.0)
regexp_parser (2.2.0)
rexml (3.2.5)
rubocop (1.25.0)
rubocop (1.25.1)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -235,7 +233,7 @@ GEM
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
sidekiq (6.4.0)
sidekiq (6.4.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand All @@ -261,8 +259,6 @@ GEM
railties (>= 6.0.0)
tailwindcss-rails (2.0.5-arm64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.0.5-x86_64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.0.5-x86_64-linux)
railties (>= 6.0.0)
thor (1.2.1)
Expand All @@ -282,12 +278,12 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.5.3)
zeitwerk (2.5.4)

PLATFORMS
arm64-darwin-20
arm64-darwin-21
ruby
x86_64-darwin
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit b8680c4

Please sign in to comment.