diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-08 19:56:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-08 19:56:11 +0900 |
| commit | 561d381da06c2fdb66e99016a2cbee5e1b0cf77a (patch) | |
| tree | cb208adf562b5d057f19510b49fdb9d2c81b5e1c /backend/Makefile | |
| parent | c5e51c90af28e9cf54f3105c701dde2c5bcd9ae1 (diff) | |
| download | iosdc-japan-2025-albatross-561d381da06c2fdb66e99016a2cbee5e1b0cf77a.tar.gz iosdc-japan-2025-albatross-561d381da06c2fdb66e99016a2cbee5e1b0cf77a.tar.zst iosdc-japan-2025-albatross-561d381da06c2fdb66e99016a2cbee5e1b0cf77a.zip | |
feat(backend/worker): enable `unused`, `gofmt` and `goimports` in `golangci-lint`
Diffstat (limited to 'backend/Makefile')
| -rw-r--r-- | backend/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/backend/Makefile b/backend/Makefile index e3ac844..e9bc5a6 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,6 +1,5 @@ -.PHONY: fmt -fmt: - go fmt ./... +.PHONY: all +all: check lint .PHONY: check check: |
