Skip to content

Commit

Permalink
Add rubocop to dev gems
Browse files Browse the repository at this point in the history
Need that in order for editors with autoformatting work
correctly. We use standardrb to format, but that uses rubocop
to lint.
  • Loading branch information
tvdeyen committed May 10, 2023
1 parent ee2ad22 commit 9ad38a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ group :development, :test do
# minimal, but breaking.
gem "execjs", "= 2.8.1"
gem "jsbundling-rails", "~> 1.1"
gem "rubocop", require: false
gem "standard", "~> 1.25", require: false
gem "selenium-webdriver", "< 4.9.1" # until https://github.com/teamcapybara/capybara/pull/2665 got merged

Expand Down

0 comments on commit 9ad38a7

Please sign in to comment.