Skip to content

Commit

Permalink
better globbing for yaml-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowhigjr committed Dec 23, 2024
1 parent bcef39a commit af8b293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ fixer:
erb_lint:
run: bundle exec erb_lint --autocorrect --lint-all {all_files}
yaml-lint:
run: bundle exec yamllint -i {all_files}
glob: '*.yml'
run: bundle exec yaml-lint -i {all_files}
brakeman:
# the pager was causing the tests to fail in parallel
run: bundle exec brakeman --no-pager
Expand Down

0 comments on commit af8b293

Please sign in to comment.