diff options
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91814f3..09f3d72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,10 +31,9 @@ validate: gofmt -s -l . && [ -z "$(gofmt -s -l .)" ] # See: https://staticcheck.io/docs/checks - staticcheck -checks inherit,ST1000,ST1016,ST1020,ST1021,ST1022,ST1023 ./... + staticcheck -checks inherit,ST1016,ST1020,ST1021,ST1022,ST1023 ./... # gosec does not handle modules correctly. # See: https://github.com/securego/gosec/issues/622 gosec ./... + make check-yawning-obfs4 - go mod tidy - git diff --exit-code -- go.mod go.sum |