Skip to content

Commit 39150d9

Browse files
committed
$ bundle binstubs rubocop --path ./bin
1 parent d4b5826 commit 39150d9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

bin/rubocop

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)