3 // the line directive should not affect the line ignores
6 func fn1() {} // want `test problem`
8 //lint:ignore TEST1000 This should be ignored, because ...
9 //lint:ignore XXX1000 Testing that multiple linter directives work correctly
12 //lint:ignore TEST1000 // want `malformed linter directive`
13 func fn3() {} // want `test problem`
15 //lint:ignore TEST1000 ignore
17 //lint:ignore TEST1000 ignore // want `this linter directive didn't match anything`