Skip to content

Commit

Permalink
fix rubocop.yml syntax and update rubocop to 1.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyin-shan committed Feb 17, 2023
1 parent 4a50397 commit f423998
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ Lint/UnexpectedBlockArity: # new in 1.5
Lint/UnmodifiedReduceAccumulator: # new in 1.1
Enabled: true
Lint/Debugger: # new in 1.45.0
Description: 'Check for debugger calls.'
Enabled: false
Description: 'Check for debugger calls.'
Enabled: false


# -----------
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ GEM
options (2.3.2)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.2.0.0)
parser (3.2.1.0)
ast (~> 2.4.1)
pg (1.4.5)
prime (0.1.2)
Expand Down Expand Up @@ -397,7 +397,7 @@ GEM
rchardet (1.8.0)
recaptcha (5.12.3)
json
regexp_parser (2.6.2)
regexp_parser (2.7.0)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
Expand All @@ -422,7 +422,7 @@ GEM
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.12.0)
rubocop (1.44.1)
rubocop (1.45.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
Expand All @@ -432,8 +432,8 @@ GEM
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-ast (1.26.0)
parser (>= 3.2.1.0)
rubocop-i18n (3.0.0)
rubocop (~> 1.0)
ruby-progressbar (1.11.0)
Expand Down Expand Up @@ -623,4 +623,4 @@ RUBY VERSION
ruby 2.7.6p219

BUNDLED WITH
2.4.3
2.3.25

0 comments on commit f423998

Please sign in to comment.