fix: expand argListParens checker to detect all argument list types;#51
fix: expand argListParens checker to detect all argument list types;#51atlet99 wants to merge 2 commits intoquasilyte:masterfrom
Conversation
|
Hi! Could we have tests so it's easier for us to verify that it works as intended? |
|
There are 2 kinds of tests:
|
Hello, bro... I'm happy to help for each Open Source. |
I've added the required tests - both positive and negative cases to cover the newly supported argument list types. Let me know if anything else needs to be adjusted. I'm ready to improve my PR. |
Fixes Issue #37 - expand checker to handle struct/slice/map literals,
function declarations, method declarations, and interface methods.