Chore: remove lefthook.rc (#103713)

pull/103633/head^2
Ryan McKinley 1 month ago committed by GitHub
parent 8dfb0874a0
commit 5634ca44f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/CODEOWNERS
  2. 8
      lefthook.rc

@ -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

@ -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} "$@"
}
Loading…
Cancel
Save