https://github.com/grafana/grafana
Revision 173fbf84743cc5c276a618db11fd360eba73e122 authored by Ryan McKinley on 23 September 2023, 18:57:58 UTC, committed by Ryan McKinley on 23 September 2023, 18:57:58 UTC
1 parent 0668820
Raw File
Tip revision: 173fbf84743cc5c276a618db11fd360eba73e122 authored by Ryan McKinley on 23 September 2023, 18:57:58 UTC
xxx
Tip revision: 173fbf8
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