mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-08 08:00:20 +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: ".*"
|
||||
# Comments
|
||||
- comment:
|
||||
start: "#"
|
||||
start: "^#"
|
||||
end: "$"
|
||||
rules: []
|
||||
# File changes
|
||||
|
||||
Reference in New Issue
Block a user