Skip to content

Commit 148bb2d

Browse files
committed
Fix
1 parent 4c0cefa commit 148bb2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

taskfiles/lint-cpp.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
cpp-check:
58
desc: "Runs the C++ linters."

taskfiles/lint-yaml.yaml

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

3-
vars:
4-
G_LINT_CLANG_TIDY_DIR: "{{.G_BUILD_DIR}}/lint-clang-tidy"
5-
63
tasks:
74
yaml:
85
aliases:

0 commit comments

Comments
 (0)