Chore: remove lefthook.rc (#103713)

This commit is contained in:
Ryan McKinley
2025-04-09 15:08:04 +01:00
committed by GitHub
parent 8dfb0874a0
commit 5634ca44f7
2 changed files with 0 additions and 9 deletions
-1
View File
@@ -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
-8
View File
@@ -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} "$@"
}