This commit is contained in:
@@ -41,7 +41,7 @@ steps:
|
||||
commands:
|
||||
- echo "Lint"
|
||||
- go install golang.org/x/lint/golint@latest
|
||||
- golint ./src/...
|
||||
- golint src/app/... src/cmd/... src/infra/... src/internal/...
|
||||
- name: build-image
|
||||
image: *buildx_plugin
|
||||
depends_on: [vendor, analyze, static-check, lint]
|
||||
|
||||
Reference in New Issue
Block a user