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'