We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c18c1 commit 4a7845fCopy full SHA for 4a7845f
Dockerfile
@@ -41,7 +41,7 @@ RUN git clone --depth=1 https://github.com/gabime/spdlog.git \
41
&& cd build && make install
42
43
# Install cppcheck
44
-RUN git clone --depth=1 https://github.com/danmar/cppcheck.git \
+RUN git clone --depth=1 --branch 2.10.3 https://github.com/danmar/cppcheck.git \
45
&& cd cppcheck \
46
&& cmake -B build -DHAVE_RULES=ON -DUSE_MATCHCOMPILER=ON -DCMAKE_BUILD_TYPE=RELEASE \
47
&& cmake --build build --parallel 4 \
0 commit comments