Merge branch 'main' of github.com:lmapii/cproject into feature/fix-build-status

This commit is contained in:
martin 2023-12-03 15:06:31 +01:00
commit d5fb00d953
2 changed files with 3 additions and 2 deletions

View File

@ -6,5 +6,6 @@
"editor.formatOnSave": true
},
"C_Cpp.default.compileCommands": "${workspaceFolder}/src/build/compile_commands.json",
"cmake.configureOnOpen": true
"cmake.configureOnOpen": true,
"extensions.ignoreRecommendations": true
}

View File

@ -83,7 +83,7 @@ RUN wget -O clang-utils.tgz "https://github.com/lmapii/run-clang-tidy/releases/d
tar -C /usr/local/run-clang-tidy -xzf clang-utils.tgz --strip-components 1 && \
rm clang-utils.tgz
ENV PATH /usr/local/run-clang-tidy:$PATH
RUN run-clang-format --version
RUN run-clang-tidy --version
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# install unity and ceedling