mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-11 08:13:11 +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: ".*"
|
- ignore: ".*"
|
||||||
# Comments
|
# Comments
|
||||||
- comment:
|
- comment:
|
||||||
start: "#"
|
start: "^#"
|
||||||
end: "$"
|
end: "$"
|
||||||
rules: []
|
rules: []
|
||||||
# File changes
|
# File changes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue