VirtualBox

Changeset 94131 in vbox


Ignore:
Timestamp:
Mar 8, 2022 2:58:41 PM (3 years ago)
Author:
vboxsync
Message:

/Config.kmk: pylint 2.9.6 adjustments (disable two things 2.7 cannot do).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r94112 r94131  
    22682268       $(if-expr $(VBOX_PYLINT_VERSION) >= 20000,--disable=useless-object-inheritance --disable=useless-return,) \
    22692269       $(if-expr $(VBOX_PYLINT_VERSION) >= 20400,--disable=import-outside-toplevel,) \
     2270       $(if-expr $(VBOX_PYLINT_VERSION) >= 20900,--disable=super-with-arguments --disable=raise-missing-from,) \
    22702271        --disable=unnecessary-semicolon,invalid-encoded-data,global-statement,bare-except,broad-except,multiple-statements,no-self-use,fixme \
    22712272        --disable=I0011 \
Note: See TracChangeset for help on using the changeset viewer.

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