mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
8 lines
266 B
Ruby
Executable file
8 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")
|