Closed kbjarkefur closed 1 year ago
The file I linted had the line gen tmt = (runiform()<.5) and it gave the error Use "!missing(var)" instead of "var < ." or "var != ." which should not happen.
gen tmt = (runiform()<.5)
Use "!missing(var)" instead of "var < ." or "var != ."
I think this flag should only be generated if the var < . is followed by white space.
var < .
The file I linted had the line
gen tmt = (runiform()<.5)
and it gave the errorUse "!missing(var)" instead of "var < ." or "var != ."
which should not happen.I think this flag should only be generated if the
var < .
is followed by white space.