No Table Types
Severity:
Description
This rule has no available description
Error Message
We do not recommend using tables to pass data between objects as they're inefficient and don't always scale well. It's better to exchange JSON instead. See here for more details: https://CiscoAandI.github.io/flowlint/rules/No-Table-Types
Rule Definition
field: table_types
function: length
functionOptions:
max: 0