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