$
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
+29
File diff suppressed because one or more lines are too long
+11
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
module.exports.STATUS_MAPPING = {
|
||||
mapped: 1,
|
||||
valid: 2,
|
||||
disallowed: 3,
|
||||
disallowed_STD3_valid: 4,
|
||||
disallowed_STD3_mapped: 5,
|
||||
deviation: 6,
|
||||
ignored: 7
|
||||
};
|
||||
Reference in New Issue
Block a user