From 305eeb231716be68e33c94608e7486caedfe1efd Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Fri, 31 Jan 2025 11:25:05 -0800 Subject: [PATCH] that --- .github/workflows/static_analysis_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis_config.json b/.github/workflows/static_analysis_config.json index d71a470ca..042482292 100644 --- a/.github/workflows/static_analysis_config.json +++ b/.github/workflows/static_analysis_config.json @@ -1,5 +1,5 @@ { "analyze": [ - "--file=source/*" + "--file=*/aws-c-common/source/*" ] }