From 68a894ba92b787ee9ee39c5aabf01531e8559927 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Tue, 3 Dec 2024 16:21:11 +0100 Subject: [PATCH] switch gofmt to default simplify=true --- .golangci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index f4c7363eb..7feec5af2 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -16,12 +16,6 @@ linters: - gofmt linters-settings: gofmt: - # Simplify code: gofmt with `-s` option. - # Default: true - simplify: false - # Apply the rewrite rules to the source before reformatting. - # https://pkg.go.dev/cmd/gofmt - # Default: [] rewrite-rules: #- pattern: 'interface{}' # replacement: 'any'