Commit 02ca77a
committed
Fix linter issues on dot-imports
I thought [1] to use a configuration file for `golangci-lint` to
replace the inline `//nolint` markers after we migrate to
`golangci-lint v2`.
But I found other components [2,3] respect the rule. I think I
shoul too.
[1]. #1299 (comment)
[2]. https://github.com/openshift/origin/blob/4ccfd5ee03231d525ad405d5dba4c378f1aa8fa3/test/extended/machines/scale.go#L10-L11
[3]. https://github.com/openshift/oc/blob/dde15b85490a2c0bb5fce0c1142ff5e0a0cdbe75/test/e2e/e2e.go#L4-L51 parent 8802931 commit 02ca77a
1 file changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
0 commit comments