Skip to content
Snippets Groups Projects
Commit 715fa903 authored by Teal Bauer's avatar Teal Bauer
Browse files

Update for rubocop/-rails/-omakase changes

parent 9779c7dc
No related branches found
No related tags found
No related merge requests found
Pipeline #38361 passed
inherit_gem: { rubocop-rails-omakase: rubocop.yml } inherit_gem:
rubocop-rails-omakase: rubocop.yml
require: require:
- rubocop-capybara - rubocop-capybara
plugins:
- rubocop-rails
AllCops: AllCops:
NewCops: enable NewCops: enable
...@@ -26,7 +26,7 @@ group :development, :test do ...@@ -26,7 +26,7 @@ group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[mri windows] gem "debug", platforms: %i[mri windows]
gem "rubocop-rails-omakase", "~> 1.1" gem "rubocop-rails-omakase", "~> 1.1", require: false
gem "rubocop-capybara", "~> 2.21" gem "rubocop-capybara", "~> 2.21"
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment