mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Install gitlint using pip: # pip install gitlint # gitlint install-hook This will install the pre-commit hook. Policies are define in .gitlint. Custom rules are available under scripts/gitlint. This script will also run in CI, so avoid CI errors by using the hook above. Change-Id: I62750a1fd9369341db29c413a6c4a1677bb0db8a Signed-off-by: Anas Nashif <anas.nashif@intel.com>