Skip to content

Commit

Permalink
tkey-builder: Include clang-tidy & splint
Browse files Browse the repository at this point in the history
To be able to run statical analysis on source, include clang-tidy and
splint (see make check) in tkey-builder.
  • Loading branch information
mchack-work committed Mar 21, 2024
1 parent 48324fe commit da40edf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get -qq update -y \
ca-certificates \
clang \
clang-format \
clang-tidy \
cmake \
flex \
gawk \
Expand Down Expand Up @@ -41,6 +42,7 @@ RUN apt-get -qq update -y \
vim \
xdot \
sdcc \
splint \
cmake \
gcc-arm-none-eabi \
libnewlib-arm-none-eabi \
Expand Down

0 comments on commit da40edf

Please sign in to comment.