From cc384dcc9b2bb904ca43218bcf2babb1dec49ba8 Mon Sep 17 00:00:00 2001 From: Nicolas Graves via Guix-patches via Date: Sun, 24 Nov 2024 21:16:25 +0100 Subject: [PATCH] gnu: cli: Add lint-hidden-cpe-vendors property. * gnu/packages/cpp.scm (cli)[properties]: Add lint-hidden-cpe-vendors property. Signed-off-by: Zheng Junjie --- gnu/packages/cpp.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index d5750049ee5..ee26105e859 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2947,6 +2947,7 @@ command line interfaces of C++ programs. It allows you to describe the options that your program supports, their types, default values, and documentation.") (home-page "https://codesynthesis.com/projects/cli/") + (properties `((lint-hidden-cpe-vendors . ("github" "snyk")))) (license license:expat))) (define-public xsd