Skip to content

Commit

Permalink
chore(golangci-lint): remove outdated config
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Apr 8, 2024
1 parent cc5a8c5 commit 766a75d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tools/sggolangcilint/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,8 @@ linters-settings:
reason: "More reliably supports protobuf messages."

gofumpt:
lang-version: 1.17
extra-rules: true

gosimple:
go: 1.17

lll:
line-length: 120
tab-width: 1
Expand All @@ -250,16 +246,11 @@ linters-settings:
skip-any-generated: true

staticcheck:
go: 1.17
checks: [all]

stylecheck:
go: 1.17
checks: [all]

unused:
go: 1.17

errorlint:
# Don't enforce %w to minimize implicit interface leakage.
# https://github.com/dwmkerr/hacker-laws#hyrums-law-the-law-of-implicit-interfaces
Expand Down

0 comments on commit 766a75d

Please sign in to comment.