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 d4b5826 commit 39150d9Copy full SHA for 39150d9
bin/rubocop
@@ -0,0 +1,17 @@
1
+#!/usr/bin/env ruby
2
+# frozen_string_literal: true
3
+#
4
+# This file was generated by Bundler.
5
6
+# The application 'rubocop' is installed as part of a gem, and
7
+# this file is here to facilitate running it.
8
9
+
10
+require "pathname"
11
+ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
12
+ Pathname.new(__FILE__).realpath)
13
14
+require "rubygems"
15
+require "bundler/setup"
16
17
+load Gem.bin_path("rubocop", "rubocop")
0 commit comments