-
Notifications
You must be signed in to change notification settings - Fork 131
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
feat: comments that can be skipped in a file at once #491
Conversation
|
||
case (l @ Failure(_), _) ⇒ l | ||
lines.headOption match { | ||
case Some("### SkipFileForDocs ###") => Success { ListMap.empty } |
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.
If the keyword is at the beginning of the file, it is not read in the first place.
@kailuowang |
@kailuowang |
@kailuowang |
Sorry I was travelling on my vacation last 3 weeks. Just got back home. This looks great! Thanks so much! |
@kailuowang |
Sorry i have no idea. but I know this bot seems have a way to get notified
with new releases. https://github.com/scala-steward-org/scala-steward
…On Mon, Aug 8, 2022 at 8:51 AM Kazuma Iemura ***@***.***> wrote:
@kailuowang <https://github.com/kailuowang>
By the way, how do I know that a new version has been released?
—
Reply to this email directly, view it on GitHub
<#491 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAUKOJQBCJANXTZAVTTWRTVYD7GTANCNFSM544ISV5A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Kai
|
@kailuowang |
Created based on discussion of #469
You can completely ignore the file by placing
### SkipFileForDocs ###
at the beginning of the file like this.Looking at SBTSubProjects, the
routes
file splitting seemed to be a feature for subprojects, but it actually works, so it may be useful for semantic file splitting./conf/routes
:/conf/admin.routes