You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vars := glitch_lib.count_nodes_with_irtype(parent, "Variable")
vars / parent.lines >0.3
result := {
"type": "implementation_too_many_variables",
"element": parent,
"path": parent.path,
"description": "Too many variables - The existence of too many variables in a single IaC script may reveal that the script is being used for too many purposes.",