no-actions-type-end
The end
type action is not supported by Spot.
Arazzo | Compatibility |
---|---|
1.0.0 | ✅ |
API design principles
This is a Spot
-specific rule. The end
type action is not supported by Spot.
Configuration
Option | Type | Description |
---|---|---|
severity | string | Possible values: off , warn , error . Default off . |
An example configuration:
arazzoRules: no-actions-type-end: error
Examples
Given the following configuration:
arazzoRules: no-actions-type-end: error
Example of an action:
onSuccess: - name: 'onSuccessActionName' type: 'goto' stepId: 'buy-ticket' onFailure: - name: 'onFailureActionName' type: 'goto' stepId: 'buy-ticket'