
Bump all transitive and direct dependencies. Signed-off-by: Casey Callendrello <c1@caseyc.net>
15 lines
211 B
YAML
15 lines
211 B
YAML
linters:
|
|
disable:
|
|
- gosimple
|
|
- unused
|
|
enable:
|
|
- gci
|
|
- gofmt
|
|
- misspell
|
|
linters-settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- default
|
|
- prefix(github.com/safchain/ethtool)
|