Set up Rubocop

This commit is contained in:
Kevin McConnell
2024-06-21 15:47:25 +01:00
parent e16323c70a
commit b9cf8c5e9d
15 changed files with 79 additions and 43 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# This file is used by Rack-based servers to start the application.
require_relative "config/environment"
require_relative 'config/environment'
run Rails.application
Rails.application.load_server