Merge pull request #961 from sum01/fix_commit_syntax

Fix git-commit comment syntax
This commit is contained in:
Zachary Yedidia 2017-12-22 23:06:37 -05:00 committed by GitHub
commit 4e0d402cea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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