From e809919e2645bc21f7b42fa97134065707f2d15f Mon Sep 17 00:00:00 2001 From: Morgan Bauer Date: Thu, 30 Jul 2015 14:36:53 -0700 Subject: [PATCH] lint fix and enable linter for cliconfig package Signed-off-by: Morgan Bauer --- cliconfig/config.go | 2 +- hack/make/validate-lint | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cliconfig/config.go b/cliconfig/config.go index d00bc716d4..0cbfb44523 100644 --- a/cliconfig/config.go +++ b/cliconfig/config.go @@ -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" diff --git a/hack/make/validate-lint b/hack/make/validate-lint index 874919f500..09902aca13 100644 --- a/hack/make/validate-lint +++ b/hack/make/validate-lint @@ -15,6 +15,7 @@ packages=( builder/command builder/parser builder/parser/dumper + cliconfig daemon/events daemon/execdriver daemon/execdriver/execdrivers