mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09: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:
@@ -8,7 +8,7 @@ rules:
|
|||||||
- ignore: ".*"
|
- ignore: ".*"
|
||||||
# Comments
|
# Comments
|
||||||
- comment:
|
- comment:
|
||||||
start: "#"
|
start: "^#"
|
||||||
end: "$"
|
end: "$"
|
||||||
rules: []
|
rules: []
|
||||||
# File changes
|
# File changes
|
||||||
|
|||||||
Reference in New Issue
Block a user