Files
baclight/bin/rubocop
T
Ryan Williams 190eb672eb Upgrade to Rails 7.2 (#465)
* Update to Rails 7.2

* run app:update

* restore

* update defaults

* beta

* beta

* app:update

* app:update

* enable defaults

* reconcile

* reconcile

* update puma
2024-05-30 20:33:19 -07:00

9 lines
266 B
Ruby
Executable File

#!/usr/bin/env ruby
require "rubygems"
require "bundler/setup"
# explicit rubocop config increases performance slightly while avoiding config confusion.
ARGV.unshift("--config", File.expand_path("../.rubocop.yml", __dir__))
load Gem.bin_path("rubocop", "rubocop")