We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90606b5 commit 67bcf71Copy full SHA for 67bcf71
bin/rubocop
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env ruby
2
+require "rubygems"
3
+require "bundler/setup"
4
+
5
+# explicit rubocop config increases performance slightly while avoiding config confusion.
6
+ARGV.unshift("--config", File.expand_path("../.rubocop.yml", __dir__))
7
8
+load Gem.bin_path("rubocop", "rubocop")
0 commit comments