We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa691c3 commit 6a913dfCopy full SHA for 6a913df
2 files changed
taskfiles/deps.yaml
@@ -3,8 +3,6 @@ version: "3"
3
vars:
4
G_CATCH2_LIB_NAME: "Catch2"
5
G_CATCH2_WORK_DIR: "{{.G_DEPS_DIR}}/{{.G_CATCH2_LIB_NAME}}"
6
- G_QUICKCPPLIB_LIB_NAME: "quickcpplib"
7
- G_QUICKCPPLIB_WORK_DIR: "{{.G_DEPS_DIR}}/{{.G_QUICKCPPLIB_LIB_NAME}}"
8
9
tasks:
10
install-all:
taskfiles/lint-cpp.yaml
@@ -20,7 +20,9 @@ tasks:
20
desc: "Runs the C++ linters that identify formatting issues."
21
sources: &cpp_format_src_files
22
- "{{.G_LINT_VENV_CHECKSUM_FILE}}"
23
- - "{{.G_CPP_SRC_DIR}}"
+ - "{{.G_CPP_SRC_DIR}}/**/*.cpp"
24
+ - "{{.G_CPP_SRC_DIR}}/**/*.h"
25
+ - "{{.G_CPP_SRC_DIR}}/**/*.hpp"
26
- "{{.ROOT_DIR}}/.clang-format"
27
- "{{.TASKFILE}}"
28
deps:
0 commit comments