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:
commit
b48d744b07
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ packages=(
|
|||
builder/command
|
||||
builder/parser
|
||||
builder/parser/dumper
|
||||
cliconfig
|
||||
daemon/events
|
||||
daemon/execdriver
|
||||
daemon/execdriver/execdrivers
|
||||
|
|
Loading…
Reference in a new issue