Closed RocFang closed 3 years ago
Hello, @spacewander ,
The problem of 200 local variables limitation often occur to us when the json schema file geting bigger. error info like:
main function has more than 200 local variables
I found 2 relative record from other repo:
can we do this workaround too? thanks.
welcome PR, we can cherry-pick the commit ^_^
@membphis I have made a pr, https://github.com/api7/jsonschema/pull/41
thanks for review.
Hello, @spacewander ,
The problem of 200 local variables limitation often occur to us when the json schema file geting bigger. error info like:
I found 2 relative record from other repo:
can we do this workaround too? thanks.