switch to golangci-lint

This commit is contained in:
Willy Kloucek
2021-02-26 12:02:27 +01:00
parent 083b39ef17
commit 82f75a2164
12 changed files with 58 additions and 83 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ docs-init:
.PHONY: docs-serve
docs-serve: docs-init docs-generate docs-copy ## serve docs with hugo
@bash -c "trap 'trap - SIGINT SIGTERM ERR; $(MAKE) --no-print-directory docs-sync-stop; exit 0' SIGINT SIGTERM ERR; $(MAKE) --no-print-directory docs-sync-start && $(MAKE) --no-print-directory hugo-serve"
.PHONY: test
test: $(HUGO)
@cd hugo && $(HUGO)