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 4f7d03d commit d94bf25
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 @@ -220,6 +220,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 @@ -287,6 +289,7 @@ DEPENDENCIES
rails-pg-extras
rspec-rails (>= 6.0.1)
rubocop
rubocop-disable_syntax
rubocop-performance
rubocop-rails
sshkit
Expand Down

0 comments on commit d94bf25

Please sign in to comment.