Commit 3e09dae
committed
golangci: disable nolintlint
nolintlint flags //nolint directives whose target lint check did not
report an issue at the same line, on the assumption that the directive
is now stale. In practice the underlying linters' findings are
sensitive to golangci-lint's analysis cache and analyzer scheduling,
which can vary across platforms and across PRs even when the relevant
source has not changed. The result is occasional spurious lint
failures on CI for code that nobody touched.
Disable the linter and revert the workaround that the previous commit
applied to pkg/driver/external/client/client.go.
Signed-off-by: Jan Dubois <jan.dubois@suse.com>1 parent f21ba23 commit 3e09dae
2 files changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 35 | + | |
42 | 36 | | |
43 | 37 | | |
44 | 38 | | |
| |||
0 commit comments