Skip to content

Commit

Permalink
chore: Select YAML files for linting using an include rather than exc…
Browse files Browse the repository at this point in the history
…lude list.
  • Loading branch information
kirkrodrigues committed Oct 24, 2024
1 parent 03a98d9 commit bf17818
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lint-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ tasks:
cmds:
- |-
. "{{.G_LINT_VENV_DIR}}/bin/activate"
yamllint --strict .
yamllint \
--config-file "tools/yscope-dev-utils/lint-configs/.yamllint.yml" \
--strict \
.gersemirc \
.github/ \
.yamllint.yaml \
lint-tasks.yaml \
taskfile.yaml
cmake:
internal: true
Expand Down

0 comments on commit bf17818

Please sign in to comment.