~aleteoryx/muditaos

33ae5357e9611524d37e5c2b913b63f554238d0b — Piotr Leniec 5 years ago f56609a
[DW-31] Add documentation link to the commit format error

Make sure that reference is easily accessible by printing the link to it
on commit message check failure.
1 files changed, 1 insertions(+), 0 deletions(-)

M tools/check_commit_messages.py
M tools/check_commit_messages.py => tools/check_commit_messages.py +1 -0
@@ 56,6 56,7 @@ def main():
    print(error)

  if errors:
    print('See https://github.com/mudita/MuditaOS/blob/master/doc/development_workflow.md#commit-changes for the commit message format specification')
    exit(1)