2019-04-24 05:18:40 -07:00
|
|
|
run:
|
2019-05-03 06:11:28 -07:00
|
|
|
deadline: 5m
|
2019-04-24 05:18:40 -07:00
|
|
|
|
2020-03-23 07:32:37 -07:00
|
|
|
linters:
|
|
|
|
enable:
|
2021-06-12 03:47:47 -07:00
|
|
|
- depguard
|
2021-10-22 15:36:59 -07:00
|
|
|
- revive
|
2020-03-23 07:32:37 -07:00
|
|
|
|
2019-05-03 06:11:28 -07:00
|
|
|
issues:
|
|
|
|
exclude-rules:
|
2021-06-12 03:47:47 -07:00
|
|
|
- path: _test.go
|
|
|
|
linters:
|
|
|
|
- errcheck
|
2019-05-03 06:11:28 -07:00
|
|
|
|
|
|
|
linters-settings:
|
2020-08-21 02:37:21 -07:00
|
|
|
depguard:
|
|
|
|
list-type: blacklist
|
|
|
|
include-go-root: true
|
|
|
|
packages:
|
|
|
|
- sync/atomic
|
2020-10-29 03:09:08 -07:00
|
|
|
- github.com/stretchr/testify/assert
|
2020-08-21 02:37:21 -07:00
|
|
|
packages-with-error-message:
|
|
|
|
- sync/atomic: "Use go.uber.org/atomic instead of sync/atomic"
|
2020-10-29 03:09:08 -07:00
|
|
|
- github.com/stretchr/testify/assert: "Use github.com/stretchr/testify/require instead of github.com/stretchr/testify/assert"
|
2021-07-27 04:07:39 -07:00
|
|
|
- github.com/go-kit/kit/log: "Use github.com/go-kit/log instead of github.com/go-kit/kit/log"
|
2019-05-03 06:11:28 -07:00
|
|
|
errcheck:
|
|
|
|
exclude: scripts/errcheck_excludes.txt
|