ci: disable godox linting

main
Marvin Preuss 3 years ago
parent 40071a52f9
commit abdce361b5

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

@ -15,7 +15,7 @@ lint: lint-go lint-buf lint-js
.PHONY: lint-go .PHONY: lint-go
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 .PHONY: lint-buf
lint-buf: lint-buf:

Loading…
Cancel
Save