This commit is contained in:
ston1th 2023-03-21 01:00:13 +01:00
commit 05a68df896
15 changed files with 158 additions and 135 deletions

View file

@ -37,7 +37,7 @@ govet:
$(CC) vet ./...
misspell:
$(GOPATH)/bin/misspell cmd/* pkg/* Makefile README.md sri.sh
$(GOPATH)/bin/misspell cmd/* pkg/* Makefile README.md
staticcheck:
$(GOPATH)/bin/staticcheck ./...