Skip to content

Commit

Permalink
Fix spacing issue and update lefthook to exclude template folder
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed Aug 8, 2023
1 parent 71ebf83 commit 4480c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ pre-commit:
exit-status:
run: echo "All pre-commit checks passed"
templates-exclude:
glob: 'themes/wds-project-theme/templates/**/*.php'
glob: 'templates/**/*.php'
run: echo "Skipping templates folder"

0 comments on commit 4480c7a

Please sign in to comment.