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:
parent
26a0202bb2
commit
de3c23df86
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue