From efabe0b22e508874f2e3b50d3443be3ca517f713 Mon Sep 17 00:00:00 2001 From: TommyLike Date: Mon, 18 Mar 2019 09:32:35 +0800 Subject: [PATCH] Ignore lint warning for scheduler packages --- hack/.golint_failures | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/hack/.golint_failures b/hack/.golint_failures index d3b42ea044..30003d2d18 100644 --- a/hack/.golint_failures +++ b/hack/.golint_failures @@ -18,5 +18,19 @@ volcano.sh/volcano/pkg/controllers/job volcano.sh/volcano/pkg/controllers/job/apis volcano.sh/volcano/pkg/controllers/job/cache volcano.sh/volcano/pkg/controllers/job/state +volcano.sh/volcano/pkg/scheduler/actions +volcano.sh/volcano/pkg/scheduler/actions/allocate +volcano.sh/volcano/pkg/scheduler/actions/backfill +volcano.sh/volcano/pkg/scheduler/actions/preempt +volcano.sh/volcano/pkg/scheduler/actions/reclaim volcano.sh/volcano/pkg/scheduler/algorithm/fairshare -volcano.sh/volcano/test/e2e +volcano.sh/volcano/pkg/scheduler/plugins +volcano.sh/volcano/pkg/scheduler/plugins/conformance +volcano.sh/volcano/pkg/scheduler/plugins/drf +volcano.sh/volcano/pkg/scheduler/plugins/gang +volcano.sh/volcano/pkg/scheduler/plugins/nodeorder +volcano.sh/volcano/pkg/scheduler/plugins/predicates +volcano.sh/volcano/pkg/scheduler/plugins/priority +volcano.sh/volcano/pkg/scheduler/plugins/proportion +volcano.sh/volcano/pkg/scheduler/util +volcano.sh/volcano/test/e2e \ No newline at end of file