chore(tools/emacs-pkgs/tvl): silence some flycheck lints

Change-Id: I2f0cb82224adc4640638c06e211eb37cf90e52b4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13133
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
sterni 2025-02-11 17:57:09 +01:00 committed by clbot
parent 9643aadaff
commit a16eee2437

View file

@ -22,7 +22,7 @@
"Customisation options for TVL functionality.")
(defcustom tvl-gerrit-remote "origin"
"Name of the git remote for gerrit"
"Name of the git remote for gerrit."
:type '(string)
:group 'tvl)
@ -32,7 +32,7 @@
:group 'tvl)
(defcustom tvl-target-branch "canon"
"Branch to use to target CLs"
"Branch to use to target CLs."
:group 'tvl
:type '(string)
:safe (lambda (_) t))
@ -226,7 +226,7 @@ passes. This is potentially dangerous, use with care."
:stderr errbuf
:command command
:sentinel
(lambda (process event)
(lambda (_process event)
(unwind-protect
(pcase event
("finished\n"