From 956ee6a2e76a31f2187d8e11ac2fbbd2c77bdb03 Mon Sep 17 00:00:00 2001 From: Parth Yadav Date: Wed, 11 Aug 2021 02:14:38 +0530 Subject: Adds Kuberef Validator This patch adds Kuberef Validator and implements following checks for Kuberef Validator: * pod_health_check Signed-off-by: Parth Yadav Change-Id: Ief2a75f5ea4a4e39a8c07002c29e2d732ca00151 --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylintrc') diff --git a/pylintrc b/pylintrc index 513ba1d..4ceaad2 100644 --- a/pylintrc +++ b/pylintrc @@ -256,7 +256,7 @@ ignore-comments=yes ignore-docstrings=yes # Ignore imports when computing similarities. -ignore-imports=no +ignore-imports=yes [SPELLING] -- cgit