Closed monolidth closed 3 years ago
btw. is there a reason why you use "##" in your commit messages?
Thank you very much, @monolidth. I really appreciate your kind words.
To answer your question, sometimes I copy the list of changes directly from the CHANGELOG.md and make that my commit message.
Is there any way to exclude the generated package. I used "-i generated" but it does not seem to work.
The --ignore
flag uses the glob package for parsing. Please try -i generated/**
.
Does not work for me :(
Is your project public on github? If so, I can try it on my end.
I was able to try it.
cd receipt-manager-app
lakos -m -i lib/generated/** . | dot -Tpng -Gdpi=200 -o receipt-manager-app.png
Here's the result:
Please let me know if that works for you.
BTW, multiple folders can be ignored like this: lakos -m -i {lib/generated/**,lib/device/**} . | dot -Tpng -Gdpi=200 -o receipt-manager-app.png
Thank you for your investigation and help. I really appreciate that!
I highly suggest to write an article about this cool project. Anyway, keep it up.
Regards, William
I have no issue, I only appreciate the work.
Thank you :)