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>
old-commit-hash: f820b7cd94
pull/32199/head
Hoang Bui 1 year ago committed by GitHub
parent 9d0f3fd80d
commit b3829e492c
  1. 3
      SConstruct

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

Loading…
Cancel
Save