From f71e7d1f7a47ac6aaf37ce012743ad21fce3854e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 16 Jun 2023 19:56:09 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore(frontend):=20remove=20prep?= =?UTF-8?q?are-commit-msg=20git=20hook=20The=20prepare-commit-msg=20git=20?= =?UTF-8?q?hook=20was=20removed=20from=20the=20frontend=20directory.=20Thi?= =?UTF-8?q?s=20hook=20was=20not=20being=20used=20and=20was=20not=20necessa?= =?UTF-8?q?ry=20for=20the=20project's=20development=20workflow.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/.githooks/prepare-commit-msg | 1 - 1 file changed, 1 deletion(-) delete mode 120000 src/frontend/.githooks/prepare-commit-msg diff --git a/src/frontend/.githooks/prepare-commit-msg b/src/frontend/.githooks/prepare-commit-msg deleted file mode 120000 index 7aa890bb6..000000000 --- a/src/frontend/.githooks/prepare-commit-msg +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/node_modules/opencommit/out/cli.cjs \ No newline at end of file