dev: enable funlen on repo (#668)

This commit is contained in:
Isaev Denis 2019-09-09 18:07:09 +03:00 committed by GitHub
parent 0b49095bae
commit 6864b2f764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 77 additions and 13 deletions

View file

@ -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()