mirror of https://github.com/commaai/openpilot.git
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>
This commit is contained in:
parent
ed153141fc
commit
f820b7cd94
|
@ -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…
Reference in New Issue