Closed kbjarkefur closed 1 year ago
I'm trying to replicate this error but it's not showing for me. When I try lint dofile.do
in a dofile with this content
* Missing space before {}
set obs 10
gen var = _n
the expected output is returned
I'm using the branch develop-v0-bugs
as of July 18 2022. One possibility is that some of the errors I already worked on in this branch nd previously in develop
addressed this problem.
@kbjarkefur when you have some time, please try to replicate this issue again and let me know how it goes. Thanks.
{}
in a comment, for example* Missing space before {}
, results in this error: