From 5a332b13afa4d25319f574c70ab236dea62f5c1e Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 23 Jun 2019 15:26:25 +0300 Subject: [PATCH] Ignore archive and other words that start with arch --- samples/stallman.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/stallman.yaml b/samples/stallman.yaml index b1a1376..f4dd5e3 100644 --- a/samples/stallman.yaml +++ b/samples/stallman.yaml @@ -240,7 +240,7 @@ rules: message: | I'd just like to interject for one moment. Please don't use the term "vendor" to refer generally to anyone that develops or packages software. Many programs are developed in order to sell copies, and their developers are therefore their vendors; this even includes some free software packages. However, many programs are developed by volunteers or organizations which do not intend to sell copies. These developers are not vendors. Likewise, only some of the packagers of GNU/Linux distributions are vendors. We recommend the general term "supplier" instead. arch: - matches: [(^|\s)arch] + matches: (^|\s)arch($|\s) template: plaintext_notice variables: message: |