commit | e3febe9aa56f16a123ff4bbe62799454b33b9a88 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Wed Nov 30 14:25:44 2016 -0500 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Thu Dec 01 21:06:07 2016 +0000 |
tree | b48b38d18cbab9051cad228ba9172b4f986c4a05 | |
parent | 91f834c908036d3528039e764577db396a0e5daf [diff] |
sanitycheck: allow error on deprecation warnings Added new option to make sanitycheck script error on deprecation warnings, to use: sanitycheck --error-on-deprecations For example, to find usage of legacy APIs in master, run the following: sanitycheck -e legacy --error-on-deprecations Change-Id: Ib83c266c8357475840dea03d62ceefed72b73f27 Signed-off-by: Anas Nashif <anas.nashif@intel.com>