Skip to content

Commit

Permalink
chore(docs): Add conventionalcommits checks (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
senormonito committed Jul 20, 2021
1 parent 22e6ad2 commit dde8ffa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ repos:
- repo: https://github.com/golangci/golangci-lint
rev: v1.40.1
hooks:
- id: golangci-lint
- id: golangci-lint
# commit msg check
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v1.0.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: [] # optional: list of Conventional Commits types to allow

0 comments on commit dde8ffa

Please sign in to comment.