From 3549cd22394851730f72ae4efdceef411ab62e27 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 14 Jul 2022 16:57:11 +0200 Subject: [PATCH] Do not require exported methods documentation for private receivers Signed-off-by: Knut Ahlers --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 35fcf66..90a0859 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -123,7 +123,7 @@ linters-settings: - name: error-return # The error return parameter should be last. - name: error-strings # Conventions around error strings. - name: exported # Naming and commenting conventions on exported symbols. - arguments: ['checkPrivateReceivers', 'sayRepetitiveInsteadOfStutters'] + arguments: ['sayRepetitiveInsteadOfStutters'] #- name: file-header # Header which each file should have. # Useless without config, have no config for it - name: flag-parameter # Warns on boolean parameters that create a control coupling