wg-quicker/vendor/github.com/ultraware/funlen
2022-01-07 20:20:48 +01:00
..
LICENSE build: managing tools in go modules 2022-01-07 20:20:48 +01:00
main.go build: managing tools in go modules 2022-01-07 20:20:48 +01:00
README.md build: managing tools in go modules 2022-01-07 20:20:48 +01: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.