Skip to content

Commit

Permalink
added severity for validation code mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 committed Aug 2, 2014
1 parent f38498c commit a32557d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/phpDocumentor/Plugin/Core/Messages/de.php
Expand Up @@ -31,4 +31,23 @@
'PPC:ERR-50018' => 'Der Typ für das param Tag %s in %s ist entweder "type" oder "unknown"; ist das nicht ein '
. 'IDE default?',
'PPC:ERR-50020' => 'Benötigtes Tag "%s" wurde nicht in %s gefunden',

'VAL:ERRLVL-50000' => 'error',
'VAL:ERRLVL-50001' => 'error',
'VAL:ERRLVL-50002' => 'error',
'VAL:ERRLVL-50004' => 'warning',
'VAL:ERRLVL-50005' => 'error',
'VAL:ERRLVL-50006' => 'critical',
'VAL:ERRLVL-50007' => 'error',
'VAL:ERRLVL-50008' => 'error',
'VAL:ERRLVL-50009' => 'error',
'VAL:ERRLVL-50010' => 'error',
'VAL:ERRLVL-50011' => 'error',
'VAL:ERRLVL-50013' => 'notice',
'VAL:ERRLVL-50014' => 'error',
'VAL:ERRLVL-50015' => 'error',
'VAL:ERRLVL-50016' => 'error',
'VAL:ERRLVL-50017' => 'error',
'VAL:ERRLVL-50018' => 'error',
'VAL:ERRLVL-50020' => 'critical',
);
19 changes: 19 additions & 0 deletions src/phpDocumentor/Plugin/Core/Messages/en.php
Expand Up @@ -29,4 +29,23 @@
'PPC:ERR-50017' => 'The type for the %s tag in %s is "type"; isn\'t this an IDE default?',
'PPC:ERR-50018' => 'The type for the param tag %s in %s is either "type" or "unknown"; isn\'t this an IDE default?',
'PPC:ERR-50020' => 'Not found required tag "%s" in %s',

'VAL:ERRLVL-50000' => 'error',
'VAL:ERRLVL-50001' => 'error',
'VAL:ERRLVL-50002' => 'error',
'VAL:ERRLVL-50004' => 'warning',
'VAL:ERRLVL-50005' => 'error',
'VAL:ERRLVL-50006' => 'critical',
'VAL:ERRLVL-50007' => 'error',
'VAL:ERRLVL-50008' => 'error',
'VAL:ERRLVL-50009' => 'error',
'VAL:ERRLVL-50010' => 'error',
'VAL:ERRLVL-50011' => 'error',
'VAL:ERRLVL-50013' => 'notice',
'VAL:ERRLVL-50014' => 'error',
'VAL:ERRLVL-50015' => 'error',
'VAL:ERRLVL-50016' => 'error',
'VAL:ERRLVL-50017' => 'error',
'VAL:ERRLVL-50018' => 'error',
'VAL:ERRLVL-50020' => 'critical',
);

0 comments on commit a32557d

Please sign in to comment.