Hi, Vagrant Cascadian <vagr...@debian.org> skribis:
> From bfa13fdd3616839883e50efbbc05fb132610ce67 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian <vagr...@debian.org> > Date: Wed, 2 Nov 2022 19:56:12 -0700 > Subject: [PATCH 01/12] guix: lint: Exclude some "@" symbols from various > checks. > > The visual representation of "@code{}" or similar in the description and > synopsis do not include the string, so exclude it from checks to avoid false > positives. > > FIXME handle @command, @file, @acronym, etc. > > * guix/linx.scm (properly-starts-sentence): Exclude leading "@". > (check-synopsis-length): Exclude "@code" and "@acronym". LGTM! Bonus points for a test in ‘tests/lint.scm’. :-) Ludo’.