Commit 5ba7c65
committed
chore(lint): Fix warnings when running linter
- closes: apache#6125
Changes:
- drop `gomnd` as it has been replaced by `mnd` (see golangci/golangci-lint#4572) and then removed (see golangci/golangci-lint#5110)
- addresses warning: `WARN [lintersdb] The linter "gomnd" is deprecated (step 2) and deactivated. It should be removed
from the list of disabled linters. https://golangci-lint.run/product/roadmap/#linter-deprecation-cycle`
- disable `tenv` as the same functionality is provided by `usetesting` and we enable it with `enable-all: true`
- addresses warning: `WARN The linter 'tenv' is deprecated (since v1.64.0) due to: Duplicate feature
another linter. Replaced by usetesting.`1 parent 8c80436 commit 5ba7c65
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
| |||
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
| 114 | + | |
0 commit comments