Skip to content

Commit

Permalink
Merge branch 'ci/add_commit_message_precheck' into 'master'
Browse files Browse the repository at this point in the history
feat(pre_commit): check commit message

See merge request ae_group/esp-iot-solution!1005
  • Loading branch information
leeebo committed May 24, 2024
2 parents 4251d5b + b1d4027 commit 50dee52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
---
minimum_pre_commit_version: 3.3.0
default_install_hook_types: [pre-commit,commit-msg]

repos:
- repo: https://github.com/espressif/check-copyright/
Expand Down Expand Up @@ -67,3 +70,8 @@ repos:
language: python
pass_filenames: false
always_run: true
- repo: https://github.com/espressif/conventional-precommit-linter
rev: v1.8.0
hooks:
- id: conventional-precommit-linter
stages: [commit-msg]

0 comments on commit 50dee52

Please sign in to comment.