From 7dc7c208224e9e77b8fd1914e9943573f6cde4e8 Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Fri, 31 Jan 2025 11:19:06 -0800 Subject: [PATCH] lets try this --- .github/workflows/static_analysis_config.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/static_analysis_config.json b/.github/workflows/static_analysis_config.json index f495711d3..d71a470ca 100644 --- a/.github/workflows/static_analysis_config.json +++ b/.github/workflows/static_analysis_config.json @@ -1,14 +1,5 @@ { "analyze": [ - "--file=source/*", - "--enable=core.DivideZero", - "--enable=core.CallAndMessage", - "--analyzer-config", - "clangsa:unroll-loops=true", - "--checker-config", - "clang-tidy:google-readability-function-size.StatementThreshold=100", - "--report-hash", "context-free-v2", - "--verbose=debug", - "--clean" + "--file=source/*" ] }