We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd7e95 commit d86ea13Copy full SHA for d86ea13
moq/fmt_test.go
@@ -11,6 +11,7 @@ func TestFnString(t *testing.T) {
11
fn := func(string) error { return nil }
12
13
// ACT
14
+ // nolint: ifshort, nolintlint // section separation
15
out := moq.FnString(fn)
16
17
// ASSERT
0 commit comments