Commit b46bb14
Terrance Kennedy
Upgrade gometalinter to v2 (#1741)
Signed-off-by: Terrance Kennedy <terrancerkennedy@gmail.com>
## What is this change?
Upgrade gometalinter to v2.
## Why is this change necessary?
I upgraded gometalinter in sensu-enterprise-go after submitting a patch for v1 and learning that it is no longer supported.
## Does your change need a Changelog entry?
Added!
## Do you need clarification on anything?
The `install_deps` function inside build.sh installs gocov and golint, but neither appear to be used anywhere else in the build system. Can they be removed?
## Were there any complications while making this change?
The gometalinter command's invocation did not need to be changed, making this an easy PR.
## Have you reviewed and updated the documentation for this change? Is new documentation required?
No docs required!1 parent ab0f458 commit b46bb14
3 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments