From da40edfc512799eeb8f3514f8b772adf1bf49fcc Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Thu, 21 Mar 2024 15:03:08 +0100 Subject: [PATCH] tkey-builder: Include clang-tidy & splint To be able to run statical analysis on source, include clang-tidy and splint (see make check) in tkey-builder. --- contrib/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/Dockerfile b/contrib/Dockerfile index 531122f..3f3d73b 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get -qq update -y \ ca-certificates \ clang \ clang-format \ + clang-tidy \ cmake \ flex \ gawk \ @@ -41,6 +42,7 @@ RUN apt-get -qq update -y \ vim \ xdot \ sdcc \ + splint \ cmake \ gcc-arm-none-eabi \ libnewlib-arm-none-eabi \