File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 44 cmake-check :
55 desc : " Runs the CMake linters."
66 sources : &cmake_format_src_files
7+ - " {{.G_LINT_VENV_CHECKSUM_FILE}}"
78 - " {{.ROOT_DIR}}/**/*.cmake"
89 - " {{.ROOT_DIR}}/**/*.cmake.in"
910 - " {{.ROOT_DIR}}/**/CMakeLists.txt"
1011 - " {{.TASKFILE}}"
1112 - exclude : " {{.ROOT_DIR}}/**/build/*"
1213 - exclude : " {{.ROOT_DIR}}/**/submodules/*"
1314 - exclude : " {{.ROOT_DIR}}/**/tools/*"
15+ deps :
16+ - " venv"
1417 cmds :
1518 - task : " gersemi"
1619 vars :
2225 cmake-fix :
2326 desc : " Runs the CMake linters and fixes all violations."
2427 sources : *cmake_format_src_files
28+ deps :
29+ - " venv"
2530 cmds :
2631 - task : " gersemi"
2732 vars :
Original file line number Diff line number Diff line change 77 - " yaml-fix"
88 desc : " Runs the YAML linters. Only checks for warnings and violations."
99 sources :
10+ - " {{.G_LINT_VENV_CHECKSUM_FILE}}"
1011 - " {{.ROOT_DIR}}/**/*.yaml"
1112 - " {{.ROOT_DIR}}/**/*.yml"
1213 - " {{.TASKFILE}}"
1314 - exclude : " {{.ROOT_DIR}}/**/build/*"
1415 - exclude : " {{.ROOT_DIR}}/**/submodules/*"
1516 - exclude : " {{.ROOT_DIR}}/**/tools/*"
17+ dir : " {{.ROOT_DIR}}"
1618 deps :
1719 - " venv"
18- dir : " {{.ROOT_DIR}}"
1920 cmds :
2021 - |-
2122 . "{{.G_LINT_VENV_DIR}}/bin/activate"
You can’t perform that action at this time.
0 commit comments