summaryrefslogtreecommitdiff
path: root/bin/rubocop
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-12-08 14:36:52 +0100
committerEugen Wissner <belka@caraus.de>2023-12-08 14:36:52 +0100
commit49d6718fee3a230a09e47c11bf9b8563bbc28657 (patch)
tree703c977ddbc6e40f2c929e8c10042c7907ae87c3 /bin/rubocop
parent3414a69bc8e589a0fbfc52f932f6b7df8d05f365 (diff)
downloadslackbuilder-49d6718fee3a230a09e47c11bf9b8563bbc28657.tar.gz
Remove private build scripts and functions
Diffstat (limited to 'bin/rubocop')
-rwxr-xr-xbin/rubocop29
1 files changed, 0 insertions, 29 deletions
diff --git a/bin/rubocop b/bin/rubocop
deleted file mode 100755
index d0c4882..0000000
--- a/bin/rubocop
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/usr/bin/env ruby
-# frozen_string_literal: true
-
-#
-# 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)
-
-bundle_binstub = File.expand_path("../bundle", __FILE__)
-
-if File.file?(bundle_binstub)
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
- load(bundle_binstub)
- else
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
-Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
- end
-end
-
-require "rubygems"
-require "bundler/setup"
-
-load Gem.bin_path("rubocop", "rubocop")