diff --git a/pylintrc b/pylintrc index 283f6e4bd..20f2a6a07 100644 --- a/pylintrc +++ b/pylintrc @@ -154,6 +154,9 @@ files-output=no # CHANGED: reports=no +# Activate the evaluation score. +score=no + # Python expression which should return a note less than 10 (10 is the highest # note). You have access to the variables errors warning, statement which # respectively contain the number of errors / warnings messages and the total