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 ebc90c0 commit 7899475Copy full SHA for 7899475
taskfiles/lint-cpp.yaml
@@ -17,9 +17,7 @@ tasks:
17
desc: "Runs the C++ linters that identify formatting issues."
18
sources: &cpp_format_src_files
19
- "{{.G_LINT_VENV_CHECKSUM_FILE}}"
20
- - "{{.G_CPP_SRC_DIR}}/**/*.cpp"
21
- - "{{.G_CPP_SRC_DIR}}/**/*.h"
22
- - "{{.G_CPP_SRC_DIR}}/**/*.hpp"
+ - "{{.G_CPP_SRC_DIR}}"
23
- "{{.ROOT_DIR}}/.clang-format"
24
- "{{.TASKFILE}}"
25
deps:
@@ -59,9 +57,7 @@ tasks:
59
57
- "{{.G_CMAKE_CACHE}}"
60
58
- "{{.G_COMPILE_COMMANDS_DB}}"
61
62
63
64
65
- "{{.ROOT_DIR}}/.clang-tidy"
66
67
0 commit comments