1. 19 Apr, 2021 2 commits
    • Chris Kay's avatar
      build(hooks): add Commitizen hook · c75ce067
      Chris Kay authored
      
      
      This change adds Commitizen, an interactive tool for writing commit
      messages, to the package.json file. This installs Commitizen within the
      `node_modules` directory automatically when developers invoke
      `npm install` from the root repository directory.
      
      Additionally, this change adds a prepare-commit-msg Git hook which
      invokes Commitizen prior to generation of the default commit message.
      It may be exited with the standard ^C signal without terminating the
      commit process for those who desperately want to avoid using it, but
      otherwise should encourage developers to conform to the new commit style
      without running into post-commit linting errors.
      
      Change-Id: I8a1e268ed40b61af38519d13d62b116fce76a494
      Signed-off-by: default avatarChris Kay <chris.kay@arm.com>
      c75ce067
    • Chris Kay's avatar
      build(hooks): add Gerrit hook · 4b7eee81
      Chris Kay authored
      
      
      This change adds the Gerrit commit-msg hook to Husky, such that it now
      no longer requires manual installation by the developer.
      
      This hook was pulled directly from the TF-A Gerrit review server.
      
      Change-Id: I79c9b0ce78fd326fda6db7a930b7277690177f28
      Signed-off-by: default avatarChris Kay <chris.kay@arm.com>
      4b7eee81