mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ruby-rubocop-factory-bot.
* gnu/packages/ruby.scm (ruby-rubocop-factory-bot): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
79e92e9c8f
commit
86e108fffd
1 changed files with 19 additions and 0 deletions
|
@ -2067,6 +2067,25 @@ code style checking of Capybara test files (RSpec, Cucumber, Minitest).")
|
|||
ruby-simplecov
|
||||
ruby-yard))))
|
||||
|
||||
(define-public ruby-rubocop-factory-bot
|
||||
(package
|
||||
(name "ruby-rubocop-factory-bot")
|
||||
(version "2.26.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "rubocop-factory_bot" version))
|
||||
(sha256
|
||||
(base32 "1aljadsjx7affcarzbhz7pydpy6fgqb8hl951y0cmrffxpa3rqcd"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments '(#:tests? #f)) ; No tests bundled.
|
||||
(synopsis "Code style checking for factory_bot files")
|
||||
(description
|
||||
"This package provides a plugin for the @code{RuboCop} code style
|
||||
enforcing & linting tool for @code{factory_bot} files.")
|
||||
(home-page "https://github.com/rubocop/rubocop-factory_bot")
|
||||
(license license:expat)))
|
||||
|
||||
;;; A minimal variant used to build ruby-rubocop itself.
|
||||
(define ruby-rubocop-rake-minimal
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue