Skip to content

Commit

Permalink
chore(hooks): make sure git don't use a pager
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Nov 29, 2024
1 parent 5ea9232 commit e1ab36a
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 @@ -8,7 +8,7 @@ pre-commit:
glob: "**/*.{ex,exs}"
run: mix credo
trailing_whitespaces_and_merge_conflicts:
run: git diff --check --cached
run: git --no-pager diff --check --cached

pre-push:
parallel: true
Expand Down

0 comments on commit e1ab36a

Please sign in to comment.