iperf3exporter/vendor/github.com/ultraware/funlen
Marvin Preuss 2343c9588a
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
first commit
2021-10-20 10:08:56 +02:00
..
LICENSE first commit 2021-10-20 10:08:56 +02:00
main.go first commit 2021-10-20 10:08:56 +02:00
README.md first commit 2021-10-20 10:08:56 +02:00

Funlen linter

Funlen is a linter that checks for long functions. It can checks both on the number of lines and the number of statements.

The default limits are 60 lines and 40 statements. You can configure these.

Installation guide

Funlen is included in golangci-lint. Install it and enable funlen.