Commit 44e020b
authored
add golangci-lint Make command (#564)
* add golangci-lint Make command
Previously, `terraform-provider-grafana`'s `GNUmakefile`
offered no easy way to locally reproduce the `lint` step
that occurs in CI (https://github.com/grafana/terraform-provider-grafana/blob/master/.drone/drone.yml#L10-L13).
This seeks to fix that by addressing issue #563.
Signed-off-by: Mike Ball <[email protected]>
* remove unnecessary `docker run` options
Signed-off-by: Mike Ball <[email protected]>1 parent 0575cce commit 44e020b
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
0 commit comments