Skip to content

Commit

Permalink
bring back default simplify: false
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbozhenko committed Jan 14, 2025
1 parent f3c50db commit 1ce1b29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ linters:
linters-settings:
misspell:
locale: US
gofmt:
# Simplify code: gofmt with `-s` option.
simplify: false

0 comments on commit 1ce1b29

Please sign in to comment.