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

fixed #25 #26

Merged
merged 3 commits into from Nov 25, 2015
Merged

fixed #25 #26

merged 3 commits into from Nov 25, 2015

Conversation

kailuowang
Copy link
Member

No description provided.

@lvauthrin
Copy link

👍

package com.iheart.playSwagger

case class DomainModelQualifier(namespaces: String*) {
def isModel(className: String): Boolean = namespaces.exists(className.startsWith(_))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively, this could just be className.startsWith

@williamho
Copy link
Contributor

👍

@kailuowang
Copy link
Member Author

BTW, sbt coverall is broken.

kailuowang added a commit that referenced this pull request Nov 25, 2015
@kailuowang kailuowang merged commit 76dab7b into iheartradio:master Nov 25, 2015
Javakky-pxv added a commit to scala-steward/play-swagger that referenced this pull request Nov 10, 2023
…core-3.7.14

Update scalafmt-core to 3.7.14
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

3 participants