VirtualBox

Changeset 98656 in vbox


Ignore:
Timestamp:
Feb 20, 2023 3:31:14 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155956
Message:

/Config.kmk: Another pylint 2.16.2 adjustment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r98649 r98656  
    22842284#   I0012:locally-enabled - Locally enabling XXXXX.
    22852285#         * We temporarily disable stuff and then renabled it. Very tedious.
     2286#   :nested-min-max - Buggy in 2.16.2 when mixing iterable and regular form, thus disabled.
    22862287#
    22872288# Note! Yes, --max-branchs is a typo, but not by me.
     
    23512352        $(if-expr $(VBOX_PYLINT_VERSION) >= 21200,--disable=consider-using-f-string --disable=unnecessary-semicolon --disable=redundant-u-string-prefix) \
    23522353        $(if-expr $(VBOX_PYLINT_VERSION) >= 21602,--disable=broad-exception-raised) \
     2354        $(if-expr $(VBOX_PYLINT_VERSION) >= 21602,--disable=nested-min-max) \
    23532355        --disable=unnecessary-semicolon,invalid-encoded-data,global-statement,bare-except,broad-except,multiple-statements,no-self-use,fixme \
    23542356        --disable=I0011 \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette