1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #15175 from MHBauer/cliconfig-lint

additional lint fix and enable linter for cliconfig package
This commit is contained in:
Tibor Vass 2015-07-30 23:07:19 -04:00
commit b48d744b07
2 changed files with 2 additions and 1 deletions

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"

View file

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