-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support colletionFormat for array params in query; Exclude directories and files #642
Conversation
… windows when --parseDependency is set. Optimize func Skip.
Codecov Report
@@ Coverage Diff @@
## master #642 +/- ##
==========================================
- Coverage 85.74% 84.91% -0.83%
==========================================
Files 7 7
Lines 1726 1757 +31
==========================================
+ Hits 1480 1492 +12
- Misses 154 169 +15
- Partials 92 96 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@swaggo/swaggo-core-team please help review it, thanks. |
Describe the PR
feature: support collectionFormat for array params in query.
feature: use flag -exclude to exclude directories and files when searching APIs.
Fix bug: can't find dependent packages when running on windows and both --dir and --parseDependency are set.
Relation issue
#636 #640