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
No known key found for this signature in database
GPG Key ID: C724CCB5230A5176
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
) )
const ( const (
// ConfigFile is the name of config file // ConfigFileName is the name of config file
ConfigFileName = "config.json" ConfigFileName = "config.json"
oldConfigfile = ".dockercfg" oldConfigfile = ".dockercfg"

View File

@ -15,6 +15,7 @@ packages=(
builder/command builder/command
builder/parser builder/parser
builder/parser/dumper builder/parser/dumper
cliconfig
daemon/events daemon/events
daemon/execdriver daemon/execdriver
daemon/execdriver/execdrivers daemon/execdriver/execdrivers