
* Unknown linter breaks //nolint * Testing if nolint directive for unknown linter silences violation on the same line
6 lines
58 B
Go
6 lines
58 B
Go
package testdata
|
|
|
|
func bar() {
|
|
_ = 0 //nolint: foobar
|
|
}
|