Sha256: 4804c62de28238b5de89371dba51bd6e123f1bff288f226e2302f9a7d8632f6e
Contents?: true
Size: 262 Bytes
Versions: 3
Compression:
Stored size: 262 Bytes
Contents
#!/usr/bin/env ruby require 'launchcop' gem_root = File.expand_path('../..', __FILE__) rubocop_config = File.join(gem_root, 'config', 'rubocop.yml') rubocop_exec_path = Gem.bin_path("rubocop", "rubocop") system(rubocop_exec_path, '-c', rubocop_config, *ARGV)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
launchcop-0.0.3 | bin/launchcop |
launchcop-0.0.2 | bin/launchcop |
launchcop-0.0.1 | bin/launchcop |