You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
246 B

  1. "use strict";
  2. module.exports.STATUS_MAPPING = {
  3. mapped: 1,
  4. valid: 2,
  5. disallowed: 3,
  6. disallowed_STD3_valid: 4, // eslint-disable-line camelcase
  7. disallowed_STD3_mapped: 5, // eslint-disable-line camelcase
  8. deviation: 6,
  9. ignored: 7
  10. };