Skip to content

Commit

Permalink
less strict checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed Feb 20, 2021
1 parent b92776d commit abd324b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Expand Up @@ -60,7 +60,7 @@ linters:
- deadcode
- dogsled
- dupl
- errcheck
# - errcheck
- exhaustive
- gochecknoinits
- goconst
Expand All @@ -78,7 +78,7 @@ linters:
- misspell
- nakedret
- noctx
- nolintlint
# - nolintlint
- rowserrcheck
- scopelint
- staticcheck
Expand Down

0 comments on commit abd324b

Please sign in to comment.