How do I have unknown
typed variables flagged as a warning.
#1333
Unanswered
muppet9010
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I suspect there is a way to have any variable with a type of ``unknown` flagged as a warning/error but I can't find it from looking over the settings.
I want to set this to be flagged as "bad" as I missed setting its type when declaring it, and it couldn't be deduced in code.

Beta Was this translation helpful? Give feedback.
All reactions