-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moar feedback #43
Comments
Thank you for the feedback!
Could you show the weird error please? The double asterisk is exactly how both
Good catch, fixing.
Haha, that's one hell of a cliffhanger!
This is going to be shipped in 1-2 weeks. We're tweaking the config to let you choose which tags are used for example in internal functions and completely disable the checks for any types of nodes. |
When my config is:
I get:
but when my config is:
It works and behaves as expected.
I was gonna finish that sentence, and then I got high |
Oh, I actually have a theory and possibly a solution for this error, but I haven't been able to reproduce it in a while. Do you mind sharing the repo for me to verify the idea?
Glad it wasn't a snipe |
sorry it's private |
Tried using this for the second time on another project and this time I could not get it working at first. I got confused by the "npx @defi-wonderland..." example. Then I remembered to just yarn install it and use it locally with a config file and that worked 👌🏽
But I still could not figure out how to have it search through nested folders. Here is my config.js:
Which works, but it ignores any folders nested in
contracts
. This works for the subfolders:But now it does not include the contracts in
contracts/.
I tried the syntax shown on the readme and other combinations but it did not work:
By the way one of the examples in the readme uses two asterisks ** but using that elicits a weird error so I think that's a mistake.
So anyways, I ran it twice with two different configs in order to get it to process all the files.
The output is still challenging because it groups Variables and Interfaces together. I am looking forward to the ability to exclude variables, internal/private functions, and Interfaces. Alternatively (or additionally) maybe it would be helpful if the output itself indicated what the thing is like variable, event, function etc
Here are the problems I was having with "npx @defi-wonderland...":
There might be a typo in the docs as it says:
But the example given, does not include quotes around
src
after the include and the quote-enclosed strings after --exclude do not appear to be correct syntaxBasically, no matter what syntax I tried, I
The text was updated successfully, but these errors were encountered: