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

View File

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