FIx violations and enable --warn=all (#30854)

* --warn=all

* setoption default warn=all

* to old test yaml

* cleanup

* advanced cscanner

* SCons conditional scanner

* not time  yet

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
pull/30971/head
Hoang Bui 1 year ago committed by GitHub
parent ed153141fc
commit f820b7cd94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      SConstruct

@ -9,6 +9,9 @@ import SCons.Errors
SCons.Warnings.warningAsException(True) SCons.Warnings.warningAsException(True)
# pending upstream fix - https://github.com/SCons/scons/issues/4461
#SetOption('warn', 'all')
TICI = os.path.isfile('/TICI') TICI = os.path.isfile('/TICI')
AGNOS = TICI AGNOS = TICI

Loading…
Cancel
Save