Commit 376ba10
Fix deprecated golangci-lint config
Executing `golangci-lint run` using old config generates the following
warnings:
WARN [config_reader] The configuration option
`run.skip-dirs-use-default` is deprecated, please use
`issues.exclude-dirs-use-default`.
WARN [config_reader] The configuration option
`linters.govet.check-shadowing` is deprecated. Please enable
`shadow` instead, if you are not using `enable-all`.1 parent 1fe4b7a commit 376ba10
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
124 | | - | |
125 | | - | |
126 | | - | |
0 commit comments