diff options
| author | John Snow <jsnow@redhat.com> | 2024-03-15 16:22:40 +0100 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2024-04-24 10:03:54 +0200 |
| commit | ce7fde06306e0e63227bdf91be4c5d04ed26b23f (patch) | |
| tree | ff94f765c76a6907ab01a82e3f7d5f4f96cf0584 /scripts/qapi/pylintrc | |
| parent | cebc18810ab7dd26117e68cadba1f4373712c508 (diff) | |
| download | focaccia-qemu-ce7fde06306e0e63227bdf91be4c5d04ed26b23f.tar.gz focaccia-qemu-ce7fde06306e0e63227bdf91be4c5d04ed26b23f.zip | |
qapi/schema: add pylint suppressions
With this patch, pylint is happy with the file, so enable it in the configuration. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240315152301.3621858-5-armbru@redhat.com>
Diffstat (limited to 'scripts/qapi/pylintrc')
| -rw-r--r-- | scripts/qapi/pylintrc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/qapi/pylintrc b/scripts/qapi/pylintrc index 1342412c3c..c028a1f9f5 100644 --- a/scripts/qapi/pylintrc +++ b/scripts/qapi/pylintrc @@ -1,10 +1,5 @@ [MASTER] -# Add files or directories matching the regex patterns to the ignore list. -# The regex matches against base names, not paths. -ignore-patterns=schema.py, - - [MESSAGES CONTROL] # Disable the message, report, category or checker with the given id(s). You |