Browse code

lint fix and enable linter for cliconfig package

Signed-off-by: Morgan Bauer <mbauer@us.ibm.com>

Morgan Bauer authored on 2015/07/31 06:36:53
Showing 2 changed files
... ...
@@ -14,7 +14,7 @@ import (
14 14
 )
15 15
 
16 16
 const (
17
-	// ConfigFile is the name of config file
17
+	// ConfigFileName is the name of config file
18 18
 	ConfigFileName = "config.json"
19 19
 	oldConfigfile  = ".dockercfg"
20 20
 
... ...
@@ -15,6 +15,7 @@ packages=(
15 15
 	builder/command
16 16
 	builder/parser
17 17
 	builder/parser/dumper
18
+	cliconfig
18 19
 	daemon/events
19 20
 	daemon/execdriver
20 21
 	daemon/execdriver/execdrivers