mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
dev: enable funlen on repo (#668)
This commit is contained in:
parent
0b49095bae
commit
6864b2f764
10 changed files with 77 additions and 13 deletions
|
@ -48,6 +48,7 @@ func getOkLogger(ctrl *gomock.Controller) *logutils.MockLog {
|
|||
return log
|
||||
}
|
||||
|
||||
//nolint:funlen
|
||||
func TestNolint(t *testing.T) {
|
||||
ctrl := gomock.NewController(t)
|
||||
defer ctrl.Finish()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue