gnu: Add ruby-rubocop-rake.
* gnu/packages/ruby.scm (ruby-rubocop-rake): New variable.
This commit is contained in:
parent
538e1dfaf7
commit
9f955b1e20
1 changed files with 13 additions and 0 deletions
|
@ -1602,6 +1602,19 @@ code style checking of Capybara test files (RSpec, Cucumber, Minitest).")
|
||||||
(home-page "https://github.com/rubocop/rubocop-rake")
|
(home-page "https://github.com/rubocop/rubocop-rake")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-rubocop-rake
|
||||||
|
(package
|
||||||
|
(inherit ruby-rubocop-rake-minimal)
|
||||||
|
(arguments
|
||||||
|
(list #:test-target "spec"))
|
||||||
|
(native-inputs
|
||||||
|
(list ruby-rake
|
||||||
|
ruby-rspec
|
||||||
|
ruby-rubocop
|
||||||
|
ruby-rubocop-rspec))
|
||||||
|
(propagated-inputs
|
||||||
|
(list ruby-rubocop))))
|
||||||
|
|
||||||
;;; A minimal variant used to build ruby-rubocop itself.
|
;;; A minimal variant used to build ruby-rubocop itself.
|
||||||
(define ruby-rubocop-rspec-minimal
|
(define ruby-rubocop-rspec-minimal
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue