commit | 442a4529031e1a545e9c3ec254235b8050ad58f6 | [log] [tgz] |
---|---|---|
author | Filip Kokosinski <fkokosinski@antmicro.com> | Wed May 17 13:35:43 2023 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri May 19 14:52:49 2023 +0000 |
tree | e45832cd09abb9eae7b5d615f07aa35b131517ab | |
parent | 83d031c024f7bd1a3f75a44abd24fab37982b472 [diff] |
scripts/ci/check_compliance: add GitDiffCheck compliance check This commit adds a new `GitDiffCheck` compliance check that checks the newly added commits with `git diff --check` and reports them back if an error is found. This check is needed for some files (e.g. Kconfig) as they are not checked by `Kconfig` and `KconfigBasic` checks on every commit in a pull request. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>