Do not require exported methods documentation for private receivers

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-07-14 16:57:11 +02:00
parent 581ee9d82b
commit 3549cd2239
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -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