diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 908f1589565..b8a8840994b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -461,7 +461,6 @@ /stylelint.config.js @grafana/frontend-ops /tools/ @grafana/frontend-ops /lefthook.yml @grafana/frontend-ops -/lefthook.rc @grafana/frontend-ops /.husky/pre-commit @grafana/frontend-ops /cypress.config.js @grafana/grafana-frontend-platform /.levignore.js @grafana/plugins-platform-frontend diff --git a/lefthook.rc b/lefthook.rc deleted file mode 100644 index 3890a92e812..00000000000 --- a/lefthook.rc +++ /dev/null @@ -1,8 +0,0 @@ -# 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} "$@" -}