Skip to content

Commit 4c0cefa

Browse files
committed
Fix
1 parent c5364ac commit 4c0cefa

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

taskfiles/lint-cpp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ tasks:
7575
- "--config-file '{{.ROOT_DIR}}/.clang-tidy'"
7676
- "-p '{{.G_COMPILE_COMMANDS_DB}}'"
7777
INCLUDE_FILENAME_PATTERNS: ["*.cpp", "*.h", "*.hpp"]
78+
OUTPUT_DIR: "{{.G_LINT_CLANG_TIDY_DIR}}"
7879
ROOT_PATHS: ["{{.G_CPP_SRC_DIR}}"]
7980
VENV_DIR: "{{.G_LINT_VENV_DIR}}"
8081

taskfiles/lint-yaml.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: "3"
22

3+
vars:
4+
G_LINT_CLANG_TIDY_DIR: "{{.G_BUILD_DIR}}/lint-clang-tidy"
5+
36
tasks:
47
yaml:
58
aliases:

0 commit comments

Comments
 (0)