Skip to content

Commit

Permalink
add CodeChecker skipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
driftregion committed Jan 25, 2025
1 parent 6e77b7f commit de92654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .CodeChecker/skipfile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-*/launcher_maker.cc
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Analyze with CodeChecker
run: |
CodeChecker analyze compile_commands.json -o reports
CodeChecker analyze compile_commands.json --ignore .CodeChecker/skipfile.txt -o reports
- name: Generate HTML report
run: |
Expand Down

0 comments on commit de92654

Please sign in to comment.