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

View File

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