Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dapirian committed Nov 8, 2022
1 parent d8f89a6 commit 4e70e8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .trunk/trunk.yaml
Expand Up @@ -18,11 +18,11 @@ lint:
- black@22.10.0
- buf-format@1.9.0
- buf-lint@1.9.0
- check-go-mod
- clippy@1.65.0
- flake8@5.0.4
- git-diff-check
- gitleaks@8.15.0
- go-check-mod
- gofmt@1.19.3
- golangci-lint@1.50.1
- goreleaser-check@1.12.3
Expand All @@ -36,7 +36,7 @@ lint:
- svgo@3.0.0
- taplo@0.7.0
definitions:
- name: go-check-mod
- name: check-go-mod
commands:
- name: lint
output: pass_fail
Expand Down Expand Up @@ -64,7 +64,7 @@ lint:
parse_regex: goreleaser version ${semver} .*
run: goreleaser --version
triggers:
- linters: [go-check-mod]
- linters: [check-go-mod]
targets: [go.mod]
paths: [go.mod, go.sum, vendor/**]
- linters: [goreleaser-check]
Expand Down

0 comments on commit 4e70e8d

Please sign in to comment.