[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/229: gnu: Add ruby-rubocop-rake.
From: |
guix-commits |
Subject: |
26/229: gnu: Add ruby-rubocop-rake. |
Date: |
Tue, 28 Mar 2023 22:28:57 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 9f955b1e200a5de863ed06ac6949e86b8b1a3d06
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 1 22:41:36 2023 -0500
gnu: Add ruby-rubocop-rake.
* gnu/packages/ruby.scm (ruby-rubocop-rake): New variable.
---
gnu/packages/ruby.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 225057b43d..9306d6dbe5 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1602,6 +1602,19 @@ code style checking of Capybara test files (RSpec,
Cucumber, Minitest).")
(home-page "https://github.com/rubocop/rubocop-rake")
(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.
(define ruby-rubocop-rspec-minimal
(package
- 22/229: gnu: ruby-simplecov-html: Update to 0.12.3., (continued)
- 22/229: gnu: ruby-simplecov-html: Update to 0.12.3., guix-commits, 2023/03/28
- 27/229: gnu: ruby-rubocop: Update to 1.48.1, guix-commits, 2023/03/28
- 28/229: gnu: ruby-thor: Update to 1.2.1., guix-commits, 2023/03/28
- 24/229: gnu: Add ruby-rubocop-capybara., guix-commits, 2023/03/28
- 33/229: gnu: ruby-standard: Relax requirements., guix-commits, 2023/03/28
- 35/229: gnu: Add ruby-minitest-retry., guix-commits, 2023/03/28
- 36/229: gnu: Add ruby-dalli., guix-commits, 2023/03/28
- 43/229: gnu: ruby-cucumber-tag-expressions: Update to 5.0.1, fixing build., guix-commits, 2023/03/28
- 46/229: gnu: ruby-cucumber-html-formatter: Update to 20.2.1., guix-commits, 2023/03/28
- 51/229: gnu: ruby-gherkin: Rename to ruby-cucumber-gherkin., guix-commits, 2023/03/28
- 26/229: gnu: Add ruby-rubocop-rake.,
guix-commits <=
- 30/229: gnu: Add ruby-m., guix-commits, 2023/03/28
- 31/229: gnu: Add ruby-language-server-protocol., guix-commits, 2023/03/28
- 49/229: gnu: ruby-cucumber-expressions: Update to 16.1.2., guix-commits, 2023/03/28
- 52/229: gnu: ruby-cucumber: Update to 8.0.0., guix-commits, 2023/03/28
- 59/229: gnu: ruby-activemodel: Update to 7.0.4.3 and enable tests., guix-commits, 2023/03/28
- 63/229: gnu: Add ruby-delayed-job., guix-commits, 2023/03/28
- 53/229: gnu: Remove ruby-cucumber-create-meta., guix-commits, 2023/03/28
- 54/229: gnu: Add ruby-rake-manifest., guix-commits, 2023/03/28
- 57/229: gnu: ruby-railties: Update to 7.0.4.3., guix-commits, 2023/03/28
- 61/229: gnu: Add ruby-simplecov-lcov., guix-commits, 2023/03/28