Skip to content
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

Add support for skiping generation #20

Merged
merged 2 commits into from
Feb 22, 2019
Merged

Conversation

sunnymoon
Copy link

No description provided.

@langecode
Copy link
Member

Thanks for contributing. I will take a look at it asap.

@sunnymoon
Copy link
Author

sunnymoon commented Feb 21, 2019 via email

@langecode langecode merged commit 6522263 into openapi-tools:master Feb 22, 2019
This was referenced Feb 22, 2019
@sunnymoon
Copy link
Author

sunnymoon commented Mar 3, 2019

Your code currently does not check for "package." but rather "package" with a startsWith, so if I have two packages like
a.b.cde.SomeWS
and
a.b.cdefgh.SomeWS

you'll match both classes if I specify a.b.cde as package and recurse flag is specified. That's why my code had a startsWith(package+".") in the check...

Hope you fix it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants