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 aff82e7 commit 35e1aa8Copy full SHA for 35e1aa8
taskfiles/lint-yaml.yaml
@@ -15,7 +15,7 @@ tasks:
15
- exclude: "{{.ROOT_DIR}}/**/tools/*"
16
17
# Exclude CMake build directories generated by CLion
18
- - exclude: "{{.ROOT_DIR}}/cmake-build-*"
+ - exclude: "{{.ROOT_DIR}}/**/cmake-build-*"
19
dir: "{{.ROOT_DIR}}"
20
deps:
21
- "venv"
0 commit comments