Sha256: 40e6478811fac78619a0ee528d1b6c013ea6b0b5541908a70236d33b4efd240e
Contents?: true
Size: 220 Bytes
Versions: 10
Compression:
Stored size: 220 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true begin load Gem.bin_path("rubocop", "rubocop", "~> 0.60.0") rescue Gem::GemNotFoundException abort "Install the rubocop gem (~> 0.60.0) to run a static analysis" end
Version data entries
10 entries across 10 versions & 1 rubygems