changeset 49792:4658f5e67e4e stable

tests: document what the other currently enabled pylint check ensures
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 12 Dec 2022 17:49:48 +0400
parents 38ae503b369b
children 8ced4ca30ea1
files tests/test-check-pylint.t
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 \