summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAnjan Nath <kaludios@gmail.com>2022-07-04 14:18:00 +0530
committeratanarjuat <atanarjuat@example.com>2022-07-28 01:59:00 -0400
commite3b4f3da53e01c769a8433f5b0f064a1d5fa230a (patch)
treec41eb8a398ccf09360427eb973febed06061b65b /.gitlab-ci.yml
parent09c20930022df8bb97ce8d813525e8ba1665f5e1 (diff)
add check for obfs4 updates in CI and remove ST1000 static check
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
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