summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDan Duvall <dduvall@wikimedia.org>2018-08-09 11:55:57 -0700
committerDan Duvall <dduvall@wikimedia.org>2018-08-09 11:58:14 -0700
commitd8d27730838758d78f9a4d70ed119edb73c478b9 (patch)
tree9983c0eb8b52603702dafdf502793b9e39497873 /config
parent7b1c01c18b35f4294bd583a2cefced51872c4ce1 (diff)
downloadblubber-d8d27730838758d78f9a4d70ed119edb73c478b9.tar.gz
Makefile lint rule now tests gofmt output and runs go vet correctly
The `lint` rule was previous surfacing purely whitespace output of `gofmt` as a failure and running `go tool vet` instead of `go vet` (the former accepts source files as arguments, the latter takes package names). A real lint error in `config/node.go` was also fixed. Change-Id: I7f13dcbb45a448f1ecac87e97527a7f4ed4d2c48
Diffstat (limited to 'config')
-rw-r--r--config/node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/node.go b/config/node.go
index 9256fce..2800e61 100644
--- a/config/node.go
+++ b/config/node.go
@@ -1,8 +1,8 @@
package config
import (
- "path"
"gerrit.wikimedia.org/r/blubber/build"
+ "path"
)
// NodeConfig holds configuration fields related to the Node environment and