Skip to content
Snippets Groups Projects
Unverified Commit f134a5f9 authored by Nick Schonning's avatar Nick Schonning Committed by GitHub
Browse files

Run Rubocop on Rakefile (#23871)

parent 1d557305
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ AllCops:
Exclude:
- db/schema.rb
- 'bin/*'
- 'Rakefile'
- 'node_modules/**/*'
- 'Vagrantfile'
- 'vendor/**/*'
......
# 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
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