mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
13 lines
272 B
Ruby
13 lines
272 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_yaml_lint < RUBY
|
|
description 'Check if your YAML files can be loaded.'
|
|
homepage 'https://rubygems.org/gems/yaml-lint'
|
|
version '0.1.2-ruby-3.3'
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
no_compile_needed
|
|
end
|