Disable linter for lecture code
This commit is contained in:
parent
3c0f8333e0
commit
f4581660c4
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
check:
|
||||
image: eu.gcr.io/shad-ts/grader/go-build
|
||||
script:
|
||||
- golangci-lint run --build-tags private,solution ./...
|
||||
- rm -rf lectures/ # do not run tests from lecture examples
|
||||
- golangci-lint run --build-tags private,solution ./...
|
||||
- go test -v -tags private,solution ./...
|
||||
- go test -v -race -tags private,solution ./...
|
||||
|
||||
|
|
Loading…
Reference in a new issue