Sha256: 170831c9b51613c928b0816961b6fbf87885f9865fde3f2d5cf5164d6f6f8f73
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.74.0") rescue Gem::GemNotFoundException abort "Install the rubocop gem (~> 0.74.0) to run a static analysis" end
Version data entries
10 entries across 10 versions & 1 rubygems