AEP-0155 Linter Rules
request_id type
request_id
type
This rule mandates that all fields named request_id
have type
aep.api.IdempotencyKey.
Details
This rule looks on for fields named request_id
and complains if it does not
have the type aep.api.IdempotencyKey.
Examples
Incorrect code for this rule:
Correct code for this rule:
Disabling
If you need to violate this rule, use a leading comment above the field or its enclosing message. Remember to also include an aep.dev/not-precedent comment explaining why.
If you need to violate this rule for an entire file, place the comment at the top of the file.