zephyr/scripts/ci
Stephanos Ioannidis 5a93798b22 Revert "scripts: check_compliance: check for commit message errors"
This reverts commit e61c534e52, which
enabled commit message checking via the checkpatch script.

The checkpatch commit message checking is currently causing more
problems that it fixes, for example:

1. the rules that are supposed to be specific to the "header" (commit
   message) are being applied to the diffs.

2. there are some rules that do not fully make sense for the Zephyr
   and the way we have been doing things.

Note that we currently have the 'gitlint' checking the commit messages,
so reverting this feature does not completely take away the commit
message checking in the CI.

If we are to ever re-introduce this feature, all of the aforementioned
issues need to be addressed, and the effects and ramifications of
enabling this feature must be thoroughly analysed.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-04-20 22:31:57 +09:00
..
check_compliance.py Revert "scripts: check_compliance: check for commit message errors" 2022-04-20 22:31:57 +09:00
errno.py
guideline_check.py
pylintrc
tags.yaml ci: disable cbprintf tag filtering 2022-01-27 10:32:02 -05:00
test_plan.py scripts: ci: test_plan: use common code for finding matching boards 2022-02-28 07:31:19 -08:00
twister_ignore.txt ci: remove buildkite/daily.yml from ignore list 2022-03-24 09:44:11 -05:00
version_mgr.py