Skip to content

Commit

Permalink
Bump golangci version
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien authored and mstoykov committed Oct 4, 2022
1 parent ef6fbc5 commit 230f107
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.43.0
# v1.47.3
# Please don't remove the first line. It uses in CI to determine the golangci version
run:
deadline: 5m
Expand Down Expand Up @@ -68,7 +68,14 @@ linters:
- scopelint # deprecated, replaced by exportloopref
- wrapcheck # a little bit too much for k6, maybe after https://github.com/tomarrell/wrapcheck/issues/2 is fixed
- golint # this linter is deprecated
- varnamelen # disabled before the final decision in (https://github.com/grafana/k6/pull/2323)
- varnamelen
- ireturn
- tagliatelle
- exhaustruct
- execinquery
- maintidx
- grouper
- decorder
- nonamedreturns
- nosnakecase
fast: false

0 comments on commit 230f107

Please sign in to comment.