Skip to content

Commit

Permalink
lets try this
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jan 31, 2025
1 parent 11cecf3 commit 7dc7c20
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/static_analysis_config.json
Original file line number Diff line number Diff line change
@@ -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/*"
]
}

0 comments on commit 7dc7c20

Please sign in to comment.