VirtualBox

Changeset 65954 in vbox


Ignore:
Timestamp:
Mar 6, 2017 4:34:46 PM (8 years ago)
Author:
vboxsync
Message:

Config.kmk: Decoded most of the disabled warning numbers in VBOX_PYLINT_FLAGS to name strings. More readable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r65924 r65954  
    18441844        $(if-expr $(VBOX_PYLINT_VERSION) >= 10000,--class-attribute-rgx='(k[abcdefhmnpilorstu]+[A-Z0-9][a-zA-Z0-9_]{0,32}|[A-Z_][A-Z0-9_]{2,32})',) \
    18451845        $(if-expr $(VBOX_PYLINT_VERSION) >= 10500,--max-nested-blocks=9,) \
    1846        $(if-expr $(VBOX_PYLINT_VERSION) >= 10100,--disable=C0326,) \
    1847        $(if-expr $(VBOX_PYLINT_VERSION) >= 10201,--disable=C0330 --disable=W0123,) \
     1846       $(if-expr $(VBOX_PYLINT_VERSION) >= 10100,--disable=bad-whitespace,) \
     1847       $(if-expr $(VBOX_PYLINT_VERSION) >= 10201,--disable=bad-continuation --disable=eval-used,) \
    18481848       $(if-expr $(VBOX_PYLINT_VERSION) >= 10201 && $(VBOX_PYLIN_VERSION) < 10500,--disable=bad-option-value,) \
    1849        $(if-expr $(VBOX_PYLINT_VERSION) >= 10500,--disable=C0413 --disable=E0012 --disable=locally-enabled,) \
    1850        $(if-expr $(VBOX_PYLINT_VERSION) >= 10600,--disable=C0111 --disable=C0305 --disable=C0412,) \
    1851         --disable=W0301,W0511,W0603,W0702,W0703,C0321,R0201,I0011 \
     1849       $(if-expr $(VBOX_PYLINT_VERSION) >= 10500,--disable=wrong-import-position --disable=E0012 --disable=locally-enabled,) \
     1850       $(if-expr $(VBOX_PYLINT_VERSION) >= 10600,--disable=missing-docstring --disable=trailing-newlines --disable=ungrouped-imports,) \
     1851        --disable=unnecessary-semicolon,invalid-encoded-data,global-statement,bare-except,broad-except,multiple-statements,no-self-use \
     1852        --disable=I0011 \
    18521853        --ignored-classes=testdriver.vboxcon \
    18531854
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