浏览代码

qapi: update pylintrc config

If you've got a newer pylint, it'll whine about positional arguments
separately from the regular ones. Update the configuration to ignore
both categories of warning.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250224033741.222749-2-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
John Snow 5 月之前
父节点
当前提交
6a2c7fc29a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scripts/qapi/pylintrc

+ 1 - 0
scripts/qapi/pylintrc

@@ -17,6 +17,7 @@ disable=consider-using-f-string,
         too-many-arguments,
         too-many-arguments,
         too-many-branches,
         too-many-branches,
         too-many-instance-attributes,
         too-many-instance-attributes,
+        too-many-positional-arguments,
         too-many-statements,
         too-many-statements,
         useless-option-value,
         useless-option-value,