https://github.com/grafana/grafana
Raw File
Tip revision: 4cb945855bd77bc5f89e26700431d748dcaff879 authored by grafanabot on 27 October 2023, 07:05:14 UTC
Update `make docs` procedure
Tip revision: 4cb9458
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