From 2b0ce89a87cb75bda67238504a35c75726395fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Mon, 30 Sep 2024 18:58:25 +0200 Subject: [PATCH] Use default config for nakedret linter --- .golangci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index ec12c762b..9b165b488 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -89,10 +89,6 @@ linters-settings: # Select the Go version to target. The default is '1.13'. go: "1.21.13" - nakedret: - # make an issue if func has more lines of code than this setting and it has naked returns; default is 30 - max-func-lines: 0 - nolintlint: # Enable to ensure that nolint directives are all used. Default is true. allow-unused: false