nmt
nmt copied to clipboard
Enable linter to prevent naked returns
Problem
Naked returns are allowed in this repo.
Ref: https://go.dev/tour/basics/7
Proposal
Enable golangci-linter to catch instances of naked returns