Feat: add linter

This commit is contained in:
Grail Finder
2024-11-28 17:57:50 +03:00
parent 14d706f94a
commit 34d415c930
9 changed files with 109 additions and 59 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
lint: ## Run linters. Use make install-linters first.
golangci-lint run -c .golangci.yml ./...