Skip to content

Commit

Permalink
Disable mnd
Browse files Browse the repository at this point in the history
  • Loading branch information
Taranpreet26311 committed Aug 26, 2024
1 parent 15d1109 commit 13bc394
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 @@ -6,7 +6,7 @@ run:
- proto
- tools/analyzers
timeout: 10m
go: '1.23.0'
go: '1.22.4'

linters:
enable-all: true
Expand Down Expand Up @@ -58,6 +58,7 @@ linters:
- lll
- maintidx
- makezero
- mnd
- musttag
- nakedret
- nestif
Expand Down

0 comments on commit 13bc394

Please sign in to comment.