mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 04:35:45 +02:00
- added example word into problem description to distinguiish from real checker
This commit is contained in:
parent
b4ff99ca8f
commit
a7ff454fda
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
|||
defaultEnabled="false"
|
||||
defaultSeverity="Info"
|
||||
id="org.eclipse.cdt.codan.examples.checkers.NamingConventionFunctionProblem"
|
||||
messagePattern="Bad function name "{0}" (pattern /{1}/)"
|
||||
name="Name convention for function">
|
||||
messagePattern="Bad function name (example) "{0}" (pattern /{1}/)"
|
||||
name="Name convention for function (example)">
|
||||
</problem>
|
||||
</checker>
|
||||
</extension>
|
||||
|
|
Loading…
Add table
Reference in a new issue