Skip to content

Commit

Permalink
Disable nlreturn linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Sep 10, 2020
1 parent 259f90c commit 60797be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ linters:
- gochecknoinits
- godot
- godox
- goerr113 # most of the errors here are meant for humans
- gomnd
- gomodguard
- nlreturn
- testpackage
- wsl
- gomnd
- goerr113 # most of the errors here are meant for humans
fast: false

0 comments on commit 60797be

Please sign in to comment.