We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddeb52 commit ec914d7Copy full SHA for ec914d7
1 file changed
Dockerfile
@@ -14,6 +14,8 @@ RUN \
14
apt-get install -y gcc g++ && \
15
# install cppcheck
16
apt-get install -y cppcheck && \
17
+ # install clang tidy
18
+ apt-get install -y clang-tidy && \
19
# install lcov
20
apt-get install -y lcov
21
0 commit comments