Skip to content

Commit

Permalink
Disabled linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 7, 2024
1 parent bd6fcd3 commit fed2385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,6 @@ linters:
- sqlclosecheck
- nolintlint
- gci
- goconst
#- lll
disable:
- gocritic # use this for very opinionated linting
- gochecknoglobals
Expand All @@ -354,6 +352,8 @@ linters:
- testpackage
- nestif
- nlreturn
- testifylint
- goconst
disable-all: false
presets:
- bugs
Expand Down

0 comments on commit fed2385

Please sign in to comment.