dnscrypt-proxy/vendor/github.com/ultraware/funlen
Frank Denis 5a091c6da4 Update deps 2021-07-03 10:56:53 +02:00
..
LICENSE Update deps 2021-07-03 10:56:53 +02:00
README.md Update deps 2021-07-03 10:56:53 +02:00
main.go Update deps 2021-07-03 10:56:53 +02:00

README.md

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.