Files
chromebrew/packages/ruby_lint_roller.rb
Max Downey Twiss 692aedcfa5 Refactor and speed up PackageUtils.get_gem_vars (#14198)
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
2026-02-21 03:09:57 +00:00

15 lines
350 B
Ruby

require 'buildsystems/ruby'
class Ruby_lint_roller < RUBY
description 'A plugin specification for linter and formatter rulesets'
homepage 'https://github.com/standardrb/lint_roller'
version "1.1.0-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
upstream_name 'lint_roller'
end