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 f423c9c commit d96c61eCopy full SHA for d96c61e
taskfiles/lint-cmake.yaml
@@ -11,13 +11,11 @@ tasks:
11
- exclude: "{{.ROOT_DIR}}/**/build/*"
12
- exclude: "{{.ROOT_DIR}}/**/submodules/*"
13
- exclude: "{{.ROOT_DIR}}/**/tools/*"
14
- deps:
15
- - "venv"
16
cmds:
17
- - task: "cmake"
+ - task: "gersemi"
18
vars:
19
FLAGS: "--diff --color"
20
21
silent: true
22
23
FLAGS: "--check"
@@ -28,11 +26,11 @@ tasks:
28
26
deps:
29
27
- "venv"
30
31
32
33
FLAGS: "--in-place"
34
35
- cmake:
+ gersemi:
36
internal: true
37
requires:
38
0 commit comments