Pattern: Use of empty comment
Issue: -
Disallow empty comments.
The following patterns are considered violations:
/**/
/* */
/*
*/
The following patterns are not considered violations:
/* comment */
/*
* Multi-line Comment
**/
Pattern: Use of empty comment
Issue: -
Disallow empty comments.
The following patterns are considered violations:
/**/
/* */
/*
*/
The following patterns are not considered violations:
/* comment */
/*
* Multi-line Comment
**/