lint fix and enable linter for cliconfig package

Signed-off-by: Morgan Bauer <mbauer@us.ibm.com>
This commit is contained in:
Morgan Bauer
2015-07-30 14:36:53 -07:00
parent b149d9d0d9
commit e809919e26
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
)
const (
// ConfigFile is the name of config file
// ConfigFileName is the name of config file
ConfigFileName = "config.json"
oldConfigfile = ".dockercfg"
+1
View File
@@ -15,6 +15,7 @@ packages=(
builder/command
builder/parser
builder/parser/dumper
cliconfig
daemon/events
daemon/execdriver
daemon/execdriver/execdrivers