mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
Fix git-commit comment syntax
A comment in a git-commit must have the hash at the start of the line, instead of just anywhere in the line.
This commit is contained in:
parent
fa84f6ddc3
commit
f882248f41
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