Revert "scripts: check_compliance: check for commit message errors"
This reverts commit e61c534e, 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>
Loading
Please sign in to comment