Revert "warn about function argument count over 5 (#558)" (#620)

This reverts commit 1110ccd2701d8b4bcc0ba84f96b3ad704f8b245d.
This commit is contained in:
Paul Meyer 2022-11-22 14:20:11 +01:00 committed by GitHub
parent 22f9e2ed4b
commit 947920d4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -54,4 +54,3 @@ jobs:
skip-pkg-cache: true
skip-build-cache: true
args: --timeout=15m ${{ steps.submods.outputs.submods }}
only-new-issues: true

View File

@ -46,10 +46,3 @@ linters-settings:
exclude-functions:
- (*go.uber.org/zap.Logger).Sync
- (*google.golang.org/grpc.Server).Serve
revive:
rules:
- name: argument-limit
disabled: false
arguments:
- 5
severity: warning