From 184eaba36426059bfab059a2380f42e1a79abdc7 Mon Sep 17 00:00:00 2001 From: tholok97 <thomas.lokkeborg@mimer.no> Date: Wed, 26 Feb 2020 09:23:55 +0100 Subject: [PATCH] #14 ignorer ikke lenger r0903 pylint --- scripts/.pylintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/.pylintrc b/scripts/.pylintrc index c97d4e3..43b2b9b 100644 --- a/scripts/.pylintrc +++ b/scripts/.pylintrc @@ -141,8 +141,7 @@ disable=print-statement, comprehension-escape, E0611, I1101, - E1101, - R0903 + E1101 # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option -- GitLab