Skip to content

Commit 0b455a2

Browse files
authored
Merge pull request #288 from sysprog21/fix-style
CI: Fix recent Cppcheck and Sparse usage
2 parents 6e3aee6 + a16a278 commit 0b455a2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.ci/non-working

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ bottomhalf
22
bh_threaded
33
intrpt
44
vkbd
5+
syscall-steal

.ci/static-analysis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function do_cppcheck()
1919
# - [*.c] missingIncludeSystem: Focus on the example code, not the kernel headers.
2020

2121
local OPTS="
22-
--enable=warning,style,performance,information
22+
--enable=warning,performance,information
2323
--suppress=unusedFunction:hello-1.c
2424
--suppress=missingIncludeSystem
2525
--std=c89 "

.github/workflows/status-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: ${{ steps.changed-files.outputs.any_changed == 'true' ||
2424
github.event_name == 'workflow_dispatch' }}
2525
run: |
26-
sudo apt install -q -y clang-format cppcheck gcc
26+
sudo apt install -q -y clang-format cppcheck gcc libsqlite3-dev
2727
.ci/check-newline.sh
2828
.ci/check-format.sh
2929
.ci/static-analysis.sh

0 commit comments

Comments
 (0)