Sha256: d5f6b5308327416e60f563bb7defbe9daa76f0b2897978b1d252d7d857d8ac35

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 Bytes

Contents

#!/usr/bin/env ruby

playground_file_name = ARGV.first

unless playground_file_name
  puts "You must specify a playground file name."
  exit 1
end

require 'playground_book_lint'

linter = PlaygroundBookLint::Linter.new(playground_file_name)
linter.lint()

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playground-book-lint-0.0.1 bin/playground_book_lint