From 23011663afeb3974aca8fbcbba74e36431f50a22 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Thu, 5 Dec 2024 20:12:40 +0000 Subject: [PATCH] [cirrus] Update IncludeOnly to check for all man pages Signed-off-by: Arif Ali --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 93dc23b23..7da4a6f5d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -55,7 +55,7 @@ gcp_credentials: ENCRYPTED[!77d4c8251094346c41db63cb05eba2ff98eaff04e58c5d0e2a8e # Run a simple lint on the community cluster flake8_task: - skip: &man-changes-include "changesIncludeOnly('man/*')" + skip: &man-changes-include "changesIncludeOnly('man/**')" alias: "flake8_test" name: "Flake8 linting test" container: