chore: drop go versions in static analysis (#16790)

This commit is contained in:
ferhat elmas 2023-03-12 07:10:33 +01:00 committed by GitHub
parent 6305b206e1
commit cde7eeb660
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: