4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00
setup-helm/node_modules/tr46/lib/statusMapping.js
2022-06-27 14:17:15 -04:00

11 lines
246 B
JavaScript

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