Open
Description
Implement a new linter bear that wraps https://github.com/alexkohler/nakedret
nakedret
checks for functions whether they use so called "naked returns" in go, when they exceed a specified length. If a function is very long, naked returns hinder readability and maintenance. They should be avoided in such cases.