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 404616a commit b4ec075Copy full SHA for b4ec075
cli/portforward_test.go
@@ -141,8 +141,7 @@ func TestPortForward(t *testing.T) {
141
},
142
}
143
144
- //nolint:paralleltest
145
- for _, c := range cases {
+ for _, c := range cases { //nolint:paralleltest // the `c := c` confuses the linter
146
c := c
147
// Avoid parallel test here because setupLocal reserves
148
// a free open port which is not guaranteed to be free
0 commit comments