circleci: reduce funlen (#1243)

This commit is contained in:
Ciaran Liedeman
2021-02-06 18:25:39 +02:00
committed by GitHub
parent dc8cfd1a99
commit 334e3abfd5

View File

@@ -7,7 +7,7 @@ linters-settings:
dupl:
threshold: 100
funlen:
lines: 130
lines: 100
statements: 80
goheader:
template: |-