|
39 | 39 | <rule> |
40 | 40 | <name>com.commercetools.rmf.validators.EnumValuePascalCaseRule</name> |
41 | 41 | <options> |
42 | | - <!-- EnumTypeName:enumValue --> |
43 | | - <option type="exclude">DeploymentLogSeverity:DEFAULT</option> |
44 | | - <option type="exclude">DeploymentLogSeverity:DEBUG</option> |
45 | | - <option type="exclude">DeploymentLogSeverity:INFO</option> |
46 | | - <option type="exclude">DeploymentLogSeverity:NOTICE</option> |
47 | | - <option type="exclude">DeploymentLogSeverity:WARNING</option> |
48 | | - <option type="exclude">DeploymentLogSeverity:ERROR</option> |
49 | | - <option type="exclude">DeploymentLogSeverity:CRITICAL</option> |
50 | | - <option type="exclude">DeploymentLogSeverity:ALERT</option> |
51 | | - <option type="exclude">DeploymentLogSeverity:EMERGENCY</option> |
52 | | - <option type="exclude">Region:europe-west1.gcp</option> |
53 | | - <option type="exclude">Region:us-central1.gcp</option> |
54 | | - <option type="exclude">Region:australia-southeast1.gcp</option> |
55 | | - <option type="exclude">IntegrationType:tax</option> |
56 | | - <option type="exclude">IntegrationType:marketplace</option> |
57 | | - <option type="exclude">IntegrationType:oms</option> |
58 | | - <option type="exclude">IntegrationType:psp</option> |
59 | | - <option type="exclude">IntegrationType:pim</option> |
60 | | - <option type="exclude">IntegrationType:promotion</option> |
61 | | - <option type="exclude">IntegrationType:search</option> |
62 | | - <option type="exclude">IntegrationType:erp</option> |
63 | | - <option type="exclude">IntegrationType:crm</option> |
64 | | - <option type="exclude">IntegrationType:email</option> |
65 | | - <option type="exclude">IntegrationType:analytics</option> |
66 | | - <option type="exclude">IntegrationType:shipping</option> |
67 | | - <option type="exclude">IntegrationType:giftcard</option> |
68 | | - <option type="exclude">IntegrationType:other</option> |
69 | | - <option type="exclude">DeploymentType:preview</option> |
70 | | - <option type="exclude">DeploymentType:sandbox</option> |
71 | | - <option type="exclude">DeploymentType:production</option> |
72 | | - <option type="exclude">IsPreviewable:true</option> |
73 | | - <option type="exclude">IsPreviewable:false</option> |
74 | | - <option type="exclude">IsPreviewable:pending</option> |
75 | | - <option type="exclude">IsPreviewable:none</option> |
| 42 | + <!-- EnumTypeName --> |
| 43 | + <option type="exclude">DeploymentLogSeverity</option> |
| 44 | + <option type="exclude">Region</option> |
| 45 | + <option type="exclude">IntegrationType</option> |
| 46 | + <option type="exclude">DeploymentType</option> |
| 47 | + <option type="exclude">IsPreviewable</option> |
76 | 48 | </options> |
77 | 49 | </rule> |
78 | 50 | </rules> |
|
0 commit comments