Skip to content

Commit b5908c3

Browse files
committed
pylintrc: disable score reports
We disable reports in general already, but newer pylint versions include per-file score reports by default. PiperOrigin-RevId: 725563567
1 parent a47f7e5 commit b5908c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pylintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ output-format=text
141141
# Tells whether to display a full report or only the messages
142142
reports=no
143143

144+
# Activate the evaluation score.
145+
score=no
146+
144147
# Python expression which should return a note less than 10 (10 is the highest
145148
# note). You have access to the variables errors warning, statement which
146149
# respectively contain the number of errors / warnings messages and the total

0 commit comments

Comments
 (0)