Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Feb 1, 2025
1 parent 96cbe3c commit 5680604
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codechecker_skipfile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-*/aws-c-common/source/external/*
13 changes: 5 additions & 8 deletions .github/workflows/static_analysis_config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"analyzer": {
"--ignore": [
"**/aws-c-common/tests/**",
"**/aws-c-common/source/external/**"
]
}
}

"analyze": [
"--file=*/aws-c-common/source/*",
"--ignore=.github/workflows/static_analysis_config.json"
]
}

0 comments on commit 5680604

Please sign in to comment.