Skip to content

Commit

Permalink
Add rubocop-disable_syntax gem
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Sep 28, 2023
1 parent 06143e6 commit 45c07f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ end
group :development do
gem "license_finder", require: false
gem "rubocop", require: false
gem "rubocop-disable_syntax", require: false
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
gem "standard", "1.31.1", require: false
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-disable_syntax (0.1.0)
rubocop (>= 1.50)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
Expand Down Expand Up @@ -296,6 +298,7 @@ DEPENDENCIES
rails (= 7.0.8)
rspec-rails (>= 6.0.1)
rubocop
rubocop-disable_syntax
rubocop-performance
rubocop-rails
sprockets-rails
Expand Down

0 comments on commit 45c07f6

Please sign in to comment.