https://github.com/grafana/grafana
Raw File
Tip revision: 83990d8b67014e55e3ce1fc445fc66c3ed600d74 authored by Ryan McKinley on 28 November 2023, 05:44:23 UTC
add snapshots
Tip revision: 83990d8
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