mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-22 17:00:23 +00:00
Merge pull request #961 from sum01/fix_commit_syntax
Fix git-commit comment syntax
This commit is contained in:
commit
4e0d402cea
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ rules:
|
|||
- ignore: ".*"
|
||||
# Comments
|
||||
- comment:
|
||||
start: "#"
|
||||
start: "^#"
|
||||
end: "$"
|
||||
rules: []
|
||||
# File changes
|
||||
|
|
|
|||
Loading…
Reference in a new issue