Skip to content

Commit 5f3e4fa

Browse files
committed
Add rubocop-disable_syntax gem
1 parent 65ab392 commit 5f3e4fa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ gem "standard", require: false
1111
gem "rubocop", require: false
1212
gem "rubocop-rake", require: false
1313
gem "rubocop-rspec", require: false
14+
gem "rubocop-disable_syntax", require: false

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ GEM
9494
rubocop-ast (1.44.0)
9595
parser (>= 3.3.7.2)
9696
prism (~> 1.4)
97+
rubocop-disable_syntax (0.1.1)
98+
rubocop (>= 1.50)
9799
rubocop-performance (1.25.0)
98100
lint_roller (~> 1.1)
99101
rubocop (>= 1.75.0, < 2.0)
@@ -153,6 +155,7 @@ DEPENDENCIES
153155
rake
154156
rspec
155157
rubocop
158+
rubocop-disable_syntax
156159
rubocop-rake
157160
rubocop-rspec
158161
simplecov

0 commit comments

Comments
 (0)