Skip to content

Commit

Permalink
Merge pull request #38 from yoctoyotta1024/commit_conventions
Browse files Browse the repository at this point in the history
feat: add commit convention hook to pre-commit
  • Loading branch information
yoctoyotta1024 authored Apr 9, 2024
2 parents 9caa2e2 + b4a742d commit 1f12490
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ repos:
- id: cpplint
args: [--linelength=100, "--filter=-runtime/references,-readability/braces,-build/include,-build/c++11"]
types_or: [c, c++, cuda]
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []

0 comments on commit 1f12490

Please sign in to comment.