Skip to content

Commit

Permalink
Disabled linters until future time when they can be implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 25, 2023
1 parent fda11bd commit 708696f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ linters:
- sqlclosecheck
- nolintlint
- gci
- goconst
#- goconst
#- lll
disable:
- dupl
Expand All @@ -353,6 +353,7 @@ linters:
- testpackage
- whitespace
- wsl
- testifylint
disable-all: false
presets:
- bugs
Expand Down

0 comments on commit 708696f

Please sign in to comment.