From 78864ab0da1696b6cf3cfbe7afb455bc622e7d39 Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Fri, 31 Jan 2025 13:12:26 -0800 Subject: [PATCH] ignore things --- .github/workflows/static_analysis_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis_config.json b/.github/workflows/static_analysis_config.json index 042482292..1b002f96f 100644 --- a/.github/workflows/static_analysis_config.json +++ b/.github/workflows/static_analysis_config.json @@ -1,5 +1,6 @@ { "analyze": [ - "--file=*/aws-c-common/source/*" + "--file=*/aws-c-common/source/*", + "--ignore=*/aws-c-common/source/external/*" ] }