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:
sum01 2017-12-22 20:02:43 -05:00
parent fa84f6ddc3
commit f882248f41
No known key found for this signature in database
GPG key ID: 339CB8BE119B90C0

View file

@ -8,7 +8,7 @@ rules:
- ignore: ".*"
# Comments
- comment:
start: "#"
start: "^#"
end: "$"
rules: []
# File changes