tests: document what the other currently enabled pylint check ensures stable
authorAnton Shestakov <av6@dwimlabs.net>
Mon, 12 Dec 2022 17:49:48 +0400
branchstable
changeset 49792 4658f5e67e4e
parent 49791 38ae503b369b
child 49829 8ced4ca30ea1
tests: document what the other currently enabled pylint check ensures
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 \