# HG changeset patch # User Anton Shestakov # Date 2022-12-12 13:49:48 # Node ID 4658f5e67e4e6493c20822747d8be4d976696885 # Parent 38ae503b369bb710cbee84a58d07b5086799d224 tests: document what the other currently enabled pylint check ensures diff --git a/tests/test-check-pylint.t b/tests/test-check-pylint.t --- a/tests/test-check-pylint.t +++ b/tests/test-check-pylint.t @@ -8,6 +8,7 @@ new check. Current checks: - W0102: no mutable default argument +- C0321: only one statement on a single line $ touch $TESTTMP/fakerc $ pylint --rcfile=$TESTTMP/fakerc --disable=all \