Skip to content

Commit

Permalink
disable new style cop
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Jul 11, 2024
1 parent 443e891 commit cccff1e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ Metrics/ClassLength:
CountAsOne: [array, heredoc, hash] # method_call
Max: 200
Metrics/MethodLength:
Max: 20
Max: 20
Gemspec/AddRuntimeDependency:
Enabled: false # https://github.com/rubocop/rubocop/pull/13030#discussion_r1674791776
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ group :development, :install do
end

group :development, :lint do
gem 'rubocop', '~> 1.64'
gem 'rubocop', '~> 1.65'
end
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ GEM
json (2.7.2)
language_server-protocol (3.17.0.3)
paint (2.3.0)
parallel (1.24.0)
parser (3.3.2.0)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
rainbow (3.1.1)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.64.1)
rexml (3.3.1)
strscan
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
Expand All @@ -47,7 +47,7 @@ DEPENDENCIES
docopt (~> 0.6)
hivexcavator!
paint (~> 2.3)
rubocop (~> 1.64)
rubocop (~> 1.65)

BUNDLED WITH
2.4.10

0 comments on commit cccff1e

Please sign in to comment.