[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
88/100: gnu: Add ruby-rubocop-packaging.
From: |
guix-commits |
Subject: |
88/100: gnu: Add ruby-rubocop-packaging. |
Date: |
Mon, 10 Jul 2023 03:27:39 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 7c94bfddb37a278865d1fde88c4a405f93557ece
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jul 3 10:00:56 2023 +0100
gnu: Add ruby-rubocop-packaging.
* gnu/packages/ruby.scm (ruby-rubocop-packaging): New variable.
---
gnu/packages/ruby.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 13e96ea8e5..44d9062e57 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1942,6 +1942,37 @@ enforcing & linting tool.")
ruby-rubocop-ast
ruby-rubocop-capybara))))
+(define-public ruby-rubocop-packaging
+ (package
+ (name "ruby-rubocop-packaging")
+ (version "0.5.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/utkarsh2102/rubocop-packaging")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "08jsfp42z0aj32002z2hz8vkmza0jvnrqk9rk2v0xb8qdxkgbx3l"))))
+ (build-system ruby-build-system)
+ (arguments
+ (list #:test-target "spec"))
+ (propagated-inputs
+ (list ruby-rubocop))
+ (native-inputs
+ (list ruby-rspec
+ ruby-yard
+ ruby-bump))
+ (synopsis
+ "Collection of RuboCop checks for downstream compatibility issues")
+ (description
+ "This package provides a collection of RuboCop cops to check for
+downstream compatibility issues in the Ruby code.")
+ (home-page "https://github.com/utkarsh2102/rubocop-packaging")
+ (license license:expat)))
+
(define-public ruby-rubocop-performance
(package
(name "ruby-rubocop-performance")
- 57/100: gnu: ruby-wapiti: Update to 2.1.0., (continued)
- 57/100: gnu: ruby-wapiti: Update to 2.1.0., guix-commits, 2023/07/10
- 55/100: gnu: ruby-hydra: Fix build., guix-commits, 2023/07/10
- 59/100: gnu: ruby-rb-inotify: Update to 0.10.1., guix-commits, 2023/07/10
- 74/100: gnu: ruby-net-scp: Fix build., guix-commits, 2023/07/10
- 81/100: gnu: ruby-ruby-parser: Update to 3.20.2., guix-commits, 2023/07/10
- 69/100: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency., guix-commits, 2023/07/10
- 71/100: gnu: ruby-net-http-digest-auth: Fix build., guix-commits, 2023/07/10
- 79/100: gnu: ruby-byebug: Fix build., guix-commits, 2023/07/10
- 78/100: gnu: swagger-diff: Update to 2.0.0., guix-commits, 2023/07/10
- 80/100: gnu: Remove ruby-minitest-5.15., guix-commits, 2023/07/10
- 88/100: gnu: Add ruby-rubocop-packaging.,
guix-commits <=
- 87/100: gnu: ruby-hoe-git: Fix build., guix-commits, 2023/07/10
- 95/100: gnu: ruby-flores: Fix build., guix-commits, 2023/07/10
- 96/100: gnu: ruby-terminfo: Update to 0.2., guix-commits, 2023/07/10
- 100/100: gnu: ruby-ruby-memcheck: Update to 1.3.2., guix-commits, 2023/07/10
- 14/100: gnu: ruby-range-compressor: Add ruby-sorted-set as an input., guix-commits, 2023/07/10
- 29/100: gnu: ruby-thor: Update to 1.2.2., guix-commits, 2023/07/10
- 83/100: gnu: ruby-minitest-4: Fix build., guix-commits, 2023/07/10
- 77/100: gnu: ruby-text-hyphen: Update to 1.5.0., guix-commits, 2023/07/10
- 68/100: gnu: ruby-sorbet-runtime: Remove ruby-pry-byebug input., guix-commits, 2023/07/10