diff --git a/hack/.golint_failures b/hack/.golint_failures index 51f0711ab39..e2ad6495de5 100644 --- a/hack/.golint_failures +++ b/hack/.golint_failures @@ -186,7 +186,6 @@ pkg/proxy/apis/config/v1alpha1 pkg/proxy/userspace pkg/proxy/winkernel pkg/proxy/winuserspace -pkg/quota/v1/evaluator/core pkg/registry/admissionregistration/rest pkg/registry/apps/deployment/storage pkg/registry/apps/replicaset diff --git a/pkg/quota/v1/evaluator/core/doc.go b/pkg/quota/v1/evaluator/core/doc.go index a8649344199..cd8e000dd6d 100644 --- a/pkg/quota/v1/evaluator/core/doc.go +++ b/pkg/quota/v1/evaluator/core/doc.go @@ -14,5 +14,5 @@ See the License for the specific language governing permissions and limitations under the License. */ -// core contains modules that interface with the core api group +// Package core contains modules that interface with the core api group package core // import "k8s.io/kubernetes/pkg/quota/v1/evaluator/core"