Merge pull request #1160 from supbish/fix-sh-comment

Fix shell comments; fixes #1114
This commit is contained in:
Zachary Yedidia 2018-08-20 21:03:00 -07:00 committed by GitHub
commit 6140dabca8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ rules:
rules: []
- comment:
start: "(^|[[:space:]])#"
start: "(^|\\s)#"
end: "$"
rules:
- todo: "(TODO|XXX|FIXME):?"