https://github.com/grafana/grafana
Raw File
Tip revision: 0f89bfb93c93557ace179f5729e9f09214279c3c authored by Andrej Ocenas on 12 October 2023, 11:27:55 UTC
Add tests from pyro flamegraph
Tip revision: 0f89bfb
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