mirror of https://github.com/docker/docs.git
lint fix and enable linter for cliconfig package
Signed-off-by: Morgan Bauer <mbauer@us.ibm.com>
This commit is contained in:
parent
b149d9d0d9
commit
e809919e26
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue