Skip to content

Commit

Permalink
ci(lint): drop forced Go version in golangci-lint (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel committed Apr 5, 2023
1 parent 3e324cd commit 314a45d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,10 @@ linters:
- unused
- stylecheck



issues:
exclude:
# TODO: We can have a whitelist for revive's var-naming rule.
- 'var-naming: .*'

# TODO: We probably should add comments to all exported functions and methods.
- 'exported: .*'

run:
go: '1.17' # See https://github.com/golangci/golangci-lint/issues/2649.

0 comments on commit 314a45d

Please sign in to comment.