Revision 83990d8b67014e55e3ce1fc445fc66c3ed600d74 authored by Ryan McKinley on 28 November 2023, 05:44:23 UTC, committed by Ryan McKinley on 28 November 2023, 05:44:23 UTC
2 parent s b1269cf + 20f4c18
Raw File
lefthook.rc
# This file is used by lefthook to 'expose' the bingo-installed lefthook under
# the name `lefthook`, as expected by the lefthook pre-commit scripts

. .bingo/variables.env

lefthook () {
  ${LEFTHOOK} "$@"
}
back to top