Latest bin files

This commit is contained in:
2026-04-23 11:08:50 +00:00
parent 7d2be7f137
commit bfd075048d
8 changed files with 49 additions and 5 deletions

8
bin/rubocop Executable file
View File

@@ -0,0 +1,8 @@
#!/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")