dev: update goreleaser config and add golangci.com configuration
This commit is contained in:
parent
99f4934030
commit
41cfba28c5
@ -44,3 +44,10 @@ linters:
|
||||
run:
|
||||
skip-dirs:
|
||||
- test/testdata_etc
|
||||
|
||||
# golangci.com configuration
|
||||
# https://github.com/golangci/golangci/wiki/Configuration
|
||||
service:
|
||||
golangci-lint-version: 1.13.x # use fixed version to not introduce new linters unexpectedly
|
||||
prepare:
|
||||
- echo "here I can run custom commands, but no preparation needed"
|
||||
|
@ -784,6 +784,13 @@ linters:
|
||||
run:
|
||||
skip-dirs:
|
||||
- test/testdata_etc
|
||||
|
||||
# golangci.com configuration
|
||||
# https://github.com/golangci/golangci/wiki/Configuration
|
||||
service:
|
||||
golangci-lint-version: 1.13.x # use fixed version to not introduce new linters unexpectedly
|
||||
prepare:
|
||||
- echo "here I can run custom commands, but no preparation needed"
|
||||
```
|
||||
|
||||
## False Positives
|
||||
|
Loading…
x
Reference in New Issue
Block a user