Remove pre-commit hook and update Makefile

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-26 16:27:23 -03:00
commit 0a0f98cbe2
2 changed files with 0 additions and 10 deletions

View file

@ -1,6 +0,0 @@
#!/bin/sh
added_files=$(git diff --name-only --cached --diff-filter=d)
make format
git add ${added_files}

View file

@ -3,10 +3,6 @@
all: help
init:
@echo 'Installing pre-commit hooks'
git config core.hooksPath .githooks
@echo 'Making pre-commit hook executable'
chmod +x .githooks/pre-commit
@echo 'Installing backend dependencies'
make install_backend
@echo 'Installing frontend dependencies'