Add rubocop-rails-omakase gem

This commit is contained in:
Ryan W
2023-12-30 16:30:37 -08:00
parent 18e0822ee2
commit cfcebd12db
13 changed files with 31 additions and 19 deletions
+1
View File
@@ -55,6 +55,7 @@ group :development, :test do
gem "debug", platforms: %i[ mri windows ]
gem "rspec-rails"
gem "rubocop-rails"
gem "rubocop-rails-omakase", require: false
gem "rubocop-rspec"
end