ci: disable godox linting

main
Marvin Preuss 3 years ago
parent 40071a52f9
commit abdce361b5

@ -40,7 +40,7 @@ steps:
- tags
- name: test
image: golang:1.16
image: golang:1.17
pull: always
commands:
- make test
@ -71,7 +71,7 @@ steps:
- test
- name: prepare-image
image: golang:1.16
image: golang:1.17
volumes:
- name: dockersock
path: /var/run
@ -100,7 +100,7 @@ steps:
- prepare-image
- name: build
image: goreleaser/goreleaser:v0.169.0
image: goreleaser/goreleaser:v0.176.0
commands:
- make build
depends_on:
@ -114,7 +114,7 @@ steps:
- tag
- name: release
image: goreleaser/goreleaser:v0.169.0
image: goreleaser/goreleaser:v0.176.0
volumes:
- name: dockersock
path: /var/run

@ -15,7 +15,7 @@ lint: lint-go lint-buf lint-js
.PHONY: lint-go
lint-go:
golangci-lint run --timeout 10m --enable-all --disable=exhaustivestruct
golangci-lint run --timeout 10m --enable-all --disable=exhaustivestruct,godox
.PHONY: lint-buf
lint-buf:

Loading…
Cancel
Save