From 36d8f7db2f2968fbc9d4584f53c0a6a07d27cfee Mon Sep 17 00:00:00 2001 From: bot_dev1 Date: Thu, 6 Aug 2026 13:15:52 +0800 Subject: [PATCH] =?UTF-8?q?chore(QA):=20=E6=81=A2=E5=A4=8D=20pnpm-lock.yam?= =?UTF-8?q?l=EF=BC=8C=E7=A7=BB=E9=99=A4=20lefthook=20=E8=AF=AF=E8=A3=85?= =?UTF-8?q?=E7=9A=84=E4=BB=93=E5=BA=93=E6=A0=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lefthook.yml | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 lefthook.yml diff --git a/lefthook.yml b/lefthook.yml deleted file mode 100644 index f6f019e..0000000 --- a/lefthook.yml +++ /dev/null @@ -1,42 +0,0 @@ -# EXAMPLE USAGE: -# -# Refer for explanation to following link: -# https://lefthook.dev/configuration/ -# -# pre-push: -# jobs: -# - name: packages audit -# tags: -# - frontend -# - security -# run: yarn audit -# -# - name: gems audit -# tags: -# - backend -# - security -# run: bundle audit -# -# pre-commit: -# parallel: true -# jobs: -# - run: yarn eslint {staged_files} -# glob: "*.{js,ts,jsx,tsx}" -# -# - name: rubocop -# glob: "*.rb" -# exclude: -# - config/application.rb -# - config/routes.rb -# run: bundle exec rubocop --force-exclusion -- {all_files} -# -# - name: govet -# files: git ls-files -m -# glob: "*.go" -# run: go vet -- {files} -# -# - script: "hello.js" -# runner: node -# -# - script: "hello.go" -# runner: go run