We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ab392 commit 5f3e4faCopy full SHA for 5f3e4fa
Gemfile
@@ -11,3 +11,4 @@ gem "standard", require: false
11
gem "rubocop", require: false
12
gem "rubocop-rake", require: false
13
gem "rubocop-rspec", require: false
14
+gem "rubocop-disable_syntax", require: false
Gemfile.lock
@@ -94,6 +94,8 @@ GEM
94
rubocop-ast (1.44.0)
95
parser (>= 3.3.7.2)
96
prism (~> 1.4)
97
+ rubocop-disable_syntax (0.1.1)
98
+ rubocop (>= 1.50)
99
rubocop-performance (1.25.0)
100
lint_roller (~> 1.1)
101
rubocop (>= 1.75.0, < 2.0)
@@ -153,6 +155,7 @@ DEPENDENCIES
153
155
rake
154
156
rspec
157
rubocop
158
+ rubocop-disable_syntax
159
rubocop-rake
160
rubocop-rspec
161
simplecov
0 commit comments