Skip to content

Commit a91bedf

Browse files
committed
Truly remove old changes.
1 parent 1bd62bb commit a91bedf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/static-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
CC: clang
5151
run: |
5252
. scripts/environment.sh
53-
meson setup -Dis_analysis_build=true bld
53+
meson setup bld
5454
5555
# Install CodeChecker, gcc and cppcheck.
5656
- name: Install CodeChecker
@@ -67,7 +67,9 @@ jobs:
6767
6868
# Run the analysis.
6969
- name: Run CodeChecker
70-
run: CodeChecker analyze ./bld/compile_commands.json -o results --enable sensitive --ctu
70+
# Since we already have ~100 warnings, i have disabled the sensitive checks for now.
71+
# Should we ever run out of warnings, feel free to enable them again :D
72+
run: CodeChecker analyze ./bld/compile_commands.json -o results --ctu #--enable sensitive
7173

7274
# Parse the results and generate an HTML report.
7375
- name: Generate HTML report

0 commit comments

Comments
 (0)