summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-07-12 03:47:54 -0400
committerGitHub <noreply@github.com>2023-07-12 09:47:54 +0200
commitf134a5f9d80672eb086aa29bb8eecc901da6b752 (patch)
tree8736ce43823531be1ebb9d815ca0c8c13c9cfc01 /Rakefile
parent1d557305d2fbd53a8a0e66af4e46ccc84d597ce8 (diff)
Run Rubocop on Rakefile (#23871)
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ba6b733dd23..e51cf0e17e8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,8 @@
+# frozen_string_literal: true
+
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
-require File.expand_path('../config/application', __FILE__)
+require File.expand_path('config/application', __dir__)
Rails.application.load_tasks