removed --new check

This commit is contained in:
Todd Gruben 2021-10-29 13:08:24 -05:00
parent 396e1e6433
commit 8af9cfbb7d

View file

@ -30,7 +30,7 @@ golangci-lint:
allow_failure: false
script:
- echo "Checking for issues in new code"
- golangci-lint run -v --new-from-rev=HEAD~1
- golangci-lint run -v
install lattice:
stage: test