mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
9 lines
266 B
Text
9 lines
266 B
Text
|
|
#!/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")
|