mirror of
https://github.com/minio/minio.git
synced 2025-01-25 21:53:16 -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:
|
linters-settings:
|
||||||
gofumpt:
|
gofumpt:
|
||||||
lang-version: '1.20'
|
simplify: true
|
||||||
|
|
||||||
misspell:
|
misspell:
|
||||||
locale: US
|
locale: US
|
||||||
|
|
||||||
staticcheck:
|
staticcheck:
|
||||||
go: '1.20'
|
|
||||||
checks: ['all', '-ST1005', '-ST1000', '-SA4000', '-SA9004', '-SA1019', '-SA1008', '-U1000', '-ST1016']
|
checks: ['all', '-ST1005', '-ST1000', '-SA4000', '-SA9004', '-SA1019', '-SA1008', '-U1000', '-ST1016']
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user