Pattern: Invalid comment pattern
Issue: -
Specify a pattern for comments.
/* comment */
/** ↑
* The pattern of this */
The following patterns are considered violations:
/*not starting with foo*/
a { color: red; }
The following patterns are not considered violations:
/*foo at the beginning*/
a { color: red; }