Skip to content

Commit

Permalink
Disable ireturn, tagliatelle linters
Browse files Browse the repository at this point in the history
Disable `ireturn` and `tagliatelle` linters because of the noise
  • Loading branch information
olegbespalov committed Jan 11, 2022
1 parent 87504c9 commit 23575eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Expand Up @@ -74,4 +74,6 @@ linters:
- 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)
- ireturn
- tagliatelle
fast: false

0 comments on commit 23575eb

Please sign in to comment.