Skip to content

Do Not Run On All Targets

Severity: ⚠

Description

This rule has no available description

Error Message

We do not recommend checking "All Targets in this Group" as it limits your ability to define target selection criteria. See here for more details: https://CiscoAandI.github.io/flowlint/rules/Do-Not-Run-On-All-Targets

Rule Definition
- function: or
  functionOptions:
    properties:
    - field: no_target
      function: truthy
    - function: and
      functionOptions:
        properties:
        - field: execute_on_target_group
          function: truthy
        - field: target_group.run_on_all_targets
          function: falsy