From 1bb034d08992cc3f635e33d41085da8e4c5f1157 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 8 May 2019 16:30:46 +0200 Subject: dashboard/app: fix too long line warning --- dashboard/app/email_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/app/email_test.go b/dashboard/app/email_test.go index be7d54a5f..d8891754d 100644 --- a/dashboard/app/email_test.go +++ b/dashboard/app/email_test.go @@ -319,6 +319,7 @@ unknown command "bad-command" // Now mark the bug as fixed. c.incomingEmail(sender1, "#syz fix: some: commit title", EmailOptCC(nil)) reply := c.pollEmailBug().Body + // nolint: lll c.expectEQ(reply, `> #syz fix: some: commit title Your 'fix:' command is accepted, but please keep bugs@syzkaller.com mailing list in CC next time. It serves as a history of what happened with each bug report. Thank you. -- cgit mrf-deployment