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
For example, the line local.foo = new path.to.Component(); triggers two variable rules. VAR_TOO_SHORT is triggered by to in the path and VAR_INVALID_NAME is triggered by Component since it is capitalized.
The text was updated successfully, but these errors were encountered:
For example, the line
local.foo = new path.to.Component();
triggers two variable rules. VAR_TOO_SHORT is triggered byto
in the path and VAR_INVALID_NAME is triggered byComponent
since it is capitalized.The text was updated successfully, but these errors were encountered: