From 77a16a6f3a8460ee12c49e057c7f637927b81455 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Thu, 18 Mar 2021 13:00:19 +0100 Subject: Each enable on their on line in pylintrc --- pylintrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index c75c3fa02..b87a14185 100644 --- a/pylintrc +++ b/pylintrc @@ -41,7 +41,10 @@ confidence= # 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 # multiple time. See also the "--disable" option for examples. -enable=use-symbolic-message-instead,useless-supression,fixme +enable= + use-symbolic-message-instead, + useless-supression, + fixme # Disable the message, report, category or checker with the given id(s). You # can either give multiple identifiers separated by comma (,) or put this -- cgit v1.2.1