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 4c0cefa commit 148bb2dCopy full SHA for 148bb2d
taskfiles/lint-cpp.yaml
@@ -1,5 +1,8 @@
1
version: "3"
2
3
+vars:
4
+ G_LINT_CLANG_TIDY_DIR: "{{.G_BUILD_DIR}}/lint-clang-tidy"
5
+
6
tasks:
7
cpp-check:
8
desc: "Runs the C++ linters."
taskfiles/lint-yaml.yaml
@@ -1,8 +1,5 @@
-vars:
- G_LINT_CLANG_TIDY_DIR: "{{.G_BUILD_DIR}}/lint-clang-tidy"
-
yaml:
aliases:
0 commit comments