Sha256: 1310f033f96351c08f880a33670124945922755fdfa96b559ea30fc2ac8b49aa
Contents?: true
Size: 192 Bytes
Versions: 129
Compression:
Stored size: 192 Bytes
Contents
#!/usr/bin/env ruby status = 0 Dir.glob("tracks/*").each do |path| `bin/configlet lint #{path}` unless $?.success? puts "ERROR: %s" % path status = $?.to_i end end exit status
Version data entries
129 entries across 129 versions & 1 rubygems