1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

adjusted message for comment checker

Change-Id: I68e6bf14340e38c7c623b444870596ab917c0b40
This commit is contained in:
Alena Laskavaia 2015-02-25 21:36:30 -05:00 committed by Gerrit Code Review @ Eclipse.org
parent 26a0202bb2
commit de3c23df86

View file

@ -409,9 +409,9 @@
description="This rule will flag usage of // style comments. Only applicable for C code, not C++"
id="org.eclipse.cdt.codan.checkers.nolinecomment"
markerType="org.eclipse.cdt.codan.core.codanProblem"
messagePattern="Line comments are not allowed"
messagePattern="Line comments ''//'' are not allowed"
multiple="false"
name="Line comments // are not allowed">
name="Line comments">
</problem>
<problem
category="org.eclipse.cdt.codan.core.categories.CodeStyle"
@ -420,8 +420,8 @@
description="This rule will flag usage of /* inside another comment."
id="org.eclipse.cdt.codan.checkers.nocommentinside"
markerType="org.eclipse.cdt.codan.core.codanProblem"
messagePattern="Sequence /* used inside the comment"
name="No nesting comments">
messagePattern="Sequence ''/*'' used inside the comment"
name="Nesting comments">
</problem>
</checker>
</extension>