Skip to content

Commit

Permalink
Rubocop binstub
Browse files Browse the repository at this point in the history
  • Loading branch information
iangreenleaf committed Sep 12, 2015
1 parent 260dfb2 commit 12cf6fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bin/rubocop
@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'rubocop' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'pathname'
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)

require 'rubygems'
require 'bundler/setup'

load Gem.bin_path('rubocop', 'rubocop')

0 comments on commit 12cf6fc

Please sign in to comment.