Switching to CircleCI

This commit is contained in:
Emir Pasic
2022-04-06 21:03:49 +02:00
parent 2d64eb43be
commit fc28a203fb
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
- run:
name: Calculate cyclomatic complexity (gocyclo)
command: |
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest || go get github.com/fzipp/gocyclo
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest || go get github.com/fzipp/gocyclo/cmd/gocyclo
gocyclo -avg -over 15 ../gods
- run:
name: Check for unchecked errors (errcheck)