mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ruby-rubocop-performance.
* gnu/packages/ruby.scm (ruby-rubocop-performance): New variable.
This commit is contained in:
parent
c164c402a1
commit
668617923b
1 changed files with 22 additions and 0 deletions
|
@ -1440,6 +1440,28 @@ Grammar (PEG) parser generator Domain Specific Language (DSL).")
|
||||||
(home-page "https://github.com/cjheath/treetop")
|
(home-page "https://github.com/cjheath/treetop")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-rubocop-performance
|
||||||
|
(package
|
||||||
|
(name "ruby-rubocop-performance")
|
||||||
|
(version "1.7.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "rubocop-performance" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"04r8d4x62ygv17spvz9yyfxbmbf8qxwhijs0xycfvzr0q4pyg9sw"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f)) ;no test suite in the distributed gem
|
||||||
|
(propagated-inputs
|
||||||
|
`(("ruby-rubocop" ,ruby-rubocop)))
|
||||||
|
(synopsis "Performance optimizations checkers for Ruby code")
|
||||||
|
(description "This package provides a collection of RuboCop cops to check
|
||||||
|
for performance optimizations in Ruby code.")
|
||||||
|
(home-page "https://docs.rubocop.org/rubocop-performance/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-ast
|
(define-public ruby-ast
|
||||||
(package
|
(package
|
||||||
(name "ruby-ast")
|
(name "ruby-ast")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue