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 -1
View File
@@ -17,7 +17,7 @@ Rails.application.configure do
config.consider_all_requests_local = true
# Allow access when running in docker
config.web_console.allowed_ips = ["172.16.0.0/12", "192.168.0.0/16"]
config.web_console.allowed_ips = [ "172.16.0.0/12", "192.168.0.0/16" ]
# Enable server timing
config.server_timing = true