Skip to content

Commit

Permalink
chore: disable crashing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Jun 26, 2024
1 parent e36f6b1 commit d7635a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,9 @@ linters-settings:
skipRecvDeref: false

govet:
enable-all: true
disable:
- fieldalignment

settings:
shadow:
strict: false

nakedret:
max-func-lines: 0

Expand Down

0 comments on commit d7635a9

Please sign in to comment.