Skip to content

Initial CommentCount and CommentLineCount Checks

eforbes1 requested to merge 42930/Digestra-Group-Project:master into master

I made CommentCountCheck and CommentLineCountCheck. They both count the same number,so for CommentLineCount, I had to temporarily make a configuration of a RegexSingleLineJava, ^/*.*|//.*|*/.*| *.*$

Merge request reports