Browse code

Merge pull request #15175 from MHBauer/cliconfig-lint

additional lint fix and enable linter for cliconfig package

Tibor Vass authored on 2015/07/31 12:07:19
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
 
... ...
@@ -16,6 +16,7 @@ packages=(
16 16
 	builder/command
17 17
 	builder/parser
18 18
 	builder/parser/dumper
19
+	cliconfig
19 20
 	daemon/events
20 21
 	daemon/execdriver
21 22
 	daemon/execdriver/execdrivers