lint: Accept '`' character.
* guix/scripts/lint.scm (properly-starts-sentence?): Match Texinfo highlighting commands as a sentence start.
This commit is contained in:
parent
2748ee3bcf
commit
23464bfd99
|
@ -129,7 +129,7 @@ monad."
|
|||
(exit 0))
|
||||
|
||||
(define (properly-starts-sentence? s)
|
||||
(string-match "^[(\"'[:upper:][:digit:]]" s))
|
||||
(string-match "^[(\"'`[:upper:][:digit:]]" s))
|
||||
|
||||
(define (starts-with-abbreviation? s)
|
||||
"Return #t if S starts with what looks like an abbreviation or acronym."
|
||||
|
|
Loading…
Reference in New Issue