From 30305bd9db4d60af17e87a75f9cd562740fa701c Mon Sep 17 00:00:00 2001 From: David Oduenye Date: Wed, 13 Sep 2023 01:08:52 -0400 Subject: [PATCH] style: formatting --- .gitignore | 4 ++++ .pre-commit-config.yaml | 2 +- Taskfile.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 157f65e..0984cb6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,7 @@ expo-debug.log /go.mod /log/ .idea + + +# Other +**/tmp/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9ddffd..430cbdc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: check-executables-have-shebangs - id: check-merge-conflict - id: end-of-file-fixer - - id: trailing-whitespace + # - id: trailing-whitespace - repo: https://github.com/dnephin/pre-commit-golang rev: v0.5.1 hooks: diff --git a/Taskfile.yaml b/Taskfile.yaml index 2c62b39..1cfd81c 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -3,7 +3,7 @@ version: "3" tasks: run: cmds: - - cd server/src && go run main.go + - cd server/src && air run main.go test-all: cmds: