8000 Rubocop 1.30 (#2964) · github/super-linter@53ff7db · GitHub
[go: up one dir, main page]

Skip to content

Commit 53ff7db

Browse files
Rubocop 1.30 (super-linter#2964)
* update rubocop * adding unrec cops * fix space
1 parent bb6a68e commit 53ff7db

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

dependencies/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

7-
gem "rubocop", "~> 1.29.1"
7+
gem "rubocop", "~> 1.30.0"
88
gem "rubocop-github", "~> 0.17.0"
99
gem "rubocop-performance", "~>1.13.3"
1010
gem "rubocop-rails", "~> 2.14"

dependencies/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.2.3)
4+
activesupport (7.0.3)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
99
ast (2.4.2)
10-
concurrent-ruby (1.1.9)
10+
concurrent-ruby (1.1.10)
1111
i18n (1.10.0)
1212
concurrent-ruby (~> 1.0)
1313
minitest (5.15.0)
1414
parallel (1.22.1)
1515
parser (3.1.2.0)
1616
ast (~> 2.4.1)
17-
rack (2.2.3)
17+
rack (2.2.3.1)
1818
rainbow (3.1.1)
1919
regexp_parser (2.4.0)
2020
rexml (3.2.5)
21-
rubocop (1.29.1)
21+
rubocop (1.30.0)
2222
parallel (~> 1.10)
2323
parser (>= 3.1.0.0)
2424
rainbow (>= 2.2.2, < 4.0)
2525
regexp_parser (>= 1.8, < 3.0)
2626
rexml (>= 3.2.5, < 4.0)
27-
rubocop-ast (>= 1.17.0, < 2.0)
27+
rubocop-ast (>= 1.18.0, < 2.0)
2828
ruby-progressbar (~> 1.7)
2929
unicode-display_width (>= 1.4.0, < 3.0)
3030
rubocop-ast (1.18.0)
@@ -51,11 +51,11 @@ PLATFORMS
5151
ruby
5252

5353
DEPENDENCIES
54-
rubocop (~> 1.29.1)
54+
rubocop (~> 1.30.0)
5555
rubocop-github (~> 0.17.0)
5656
rubocop-performance (~> 1.13.3)
5757
rubocop-rails (~> 2.14)
5858
rubocop-rspec (~> 2.11.1)
5959

6060
BUNDLED WITH
61-
2.3.7
61+
2.3.5

lib/linter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ LINTER_COMMANDS_ARRAY['PYTHON_ISORT']="isort --check --diff --sp ${PYTHON_ISORT_
952952
LINTER_COMMANDS_ARRAY['PYTHON_MYPY']="mypy --config-file ${PYTHON_MYPY_LINTER_RULES} --install-types --non-interactive"
953953
LINTER_COMMANDS_ARRAY['R']="lintr"
954954
LINTER_COMMANDS_ARRAY['RAKU']="raku"
955-
LINTER_COMMANDS_ARRAY['RUBY']="rubocop -c ${RUBY_LINTER_RULES} --force-exclusion"
955+
LINTER_COMMANDS_ARRAY['RUBY']="rubocop -c ${RUBY_LINTER_RULES} --force-exclusion --ignore-unrecognized-cops"
956956
LINTER_COMMANDS_ARRAY['RUST_2015']="rustfmt --check --edition 2015"
957957
LINTER_COMMANDS_ARRAY['RUST_2018']="rustfmt --check --edition 2018"
958958
LINTER_COMMANDS_ARRAY['RUST_2021']="rustfmt --check --edition 2021"

0 commit comments

Comments
 (0)
0