From 494e430916e2a2b88290db92addc14f84ee88043 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki Date: Tue, 11 Mar 2025 07:35:15 +0900 Subject: [PATCH] =?UTF-8?q?commitlint=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-test.yml | 1 + commitlint.config.ts | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 commitlint.config.ts diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 2ca3102196..bcbd629aca 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -45,6 +45,7 @@ jobs: DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} WORKON_HOME: "" PYTHONPATH: ${{ env.PYTHONPATH }} + VALIDATE_GIT_COMMITLINT: false pr-dotenv-linter: runs-on: ubuntu-latest steps: diff --git a/commitlint.config.ts b/commitlint.config.ts deleted file mode 100644 index 96679f79c4..0000000000 --- a/commitlint.config.ts +++ /dev/null @@ -1,8 +0,0 @@ -// https://github.com/super-linter/super-linter/blob/5d6e3fcecc2b2906eedc2d15495fd6027bf51a9e/commitlint.config.js -module.exports = { - extends: ["@commitlint/config-conventional"], - helpUrl: "https://www.conventionalcommits.org/", - // We need this until https://github.com/dependabot/dependabot-core/issues/2445 - // is resolved. - ignores: [(msg: string) => /Signed-off-by: dependabot\[bot]/m.test(msg)], -};