mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
chore: drop go versions in static analysis (#16790)
This commit is contained in:
parent
6305b206e1
commit
cde7eeb660
@ -1,12 +1,11 @@
|
||||
linters-settings:
|
||||
gofumpt:
|
||||
lang-version: '1.20'
|
||||
simplify: true
|
||||
|
||||
misspell:
|
||||
locale: US
|
||||
|
||||
staticcheck:
|
||||
go: '1.20'
|
||||
checks: ['all', '-ST1005', '-ST1000', '-SA4000', '-SA9004', '-SA1019', '-SA1008', '-U1000', '-ST1016']
|
||||
|
||||
linters:
|
||||
|
Loading…
Reference in New Issue
Block a user