Changeset 98656 in vbox
- Timestamp:
- Feb 20, 2023 3:31:14 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155956
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r98649 r98656 2284 2284 # I0012:locally-enabled - Locally enabling XXXXX. 2285 2285 # * 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. 2286 2287 # 2287 2288 # Note! Yes, --max-branchs is a typo, but not by me. … … 2351 2352 $(if-expr $(VBOX_PYLINT_VERSION) >= 21200,--disable=consider-using-f-string --disable=unnecessary-semicolon --disable=redundant-u-string-prefix) \ 2352 2353 $(if-expr $(VBOX_PYLINT_VERSION) >= 21602,--disable=broad-exception-raised) \ 2354 $(if-expr $(VBOX_PYLINT_VERSION) >= 21602,--disable=nested-min-max) \ 2353 2355 --disable=unnecessary-semicolon,invalid-encoded-data,global-statement,bare-except,broad-except,multiple-statements,no-self-use,fixme \ 2354 2356 --disable=I0011 \
Note:
See TracChangeset
for help on using the changeset viewer.