mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
lint: More abbreviations.
* guix/lint.scm: Allow more common abbreviations in double-space-after sentence check. * tests/lint.scm: Add tests. Change-Id: I0eedf73e5fcd0a8c67b3ae3dfa979a57fe0f6253 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9447629672
commit
287be00630
2 changed files with 2 additions and 2 deletions
|
@ -473,7 +473,7 @@ trademark sign '~a' at ~d")
|
|||
(string-match "[A-Z]$" pre) ;; Initial found
|
||||
(find (lambda (s)
|
||||
(string-suffix-ci? s pre))
|
||||
'("i.e" "e.g" "a.k.a" "resp")))
|
||||
'("i.e" "e.g" "a.k.a" "resp" "cf" "al")))
|
||||
r
|
||||
(cons (match:start m) r))))))))
|
||||
(if (null? infractions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue