[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59217] [PATCH] guix: lint: Improve message in linter warning.
From: |
jgart |
Subject: |
[bug#59217] [PATCH] guix: lint: Improve message in linter warning. |
Date: |
Sat, 12 Nov 2022 09:09:07 -0600 |
* guix/lint.scm (check-end-of-sentence-space): Improve message.
---
guix/lint.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/lint.scm b/guix/lint.scm
index 8e3976171f..37a9539e2c 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; Copyright © 2021, 2022 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -409,7 +410,7 @@ (define (check-end-of-sentence-space description)
(list
(make-warning package
(G_ "sentences in description should be followed ~
-by two spaces; possible infraction~p at ~{~a~^, ~}")
+by two spaces due to issues wth Emacs; possible infraction~p at ~{~a~^, ~}")
(list (length infractions)
infractions)
#:field 'description)))))
--
2.38.1
- [bug#59217] [PATCH] guix: lint: Improve message in linter warning.,
jgart <=
[bug#59217] [PATCH] guix: lint: Improve message in linter warning., Ludovic Courtès, 2022/11/19