Sometimes is does make sense to have numbers in pipeline names.
i.e. current situation trying to create a sarscov2 or covid19 pipeline.
sarscovtwo or covidnineteen doesn't work as well.
So it could be good to update lint and create to allow for it.
First should check whether dockerhub can have numbers. I think this is probably why I set it up like that before. It doesn鈥檛 allow hyphens so I suspect that it won鈥檛.
Having said that, it鈥檚 looking increasingly likely that we will ditch dockerhub for DSL2 pipelines, so maybe it doesn鈥檛 matter too much.
It does allow it - https://hub.docker.com/u/nfcore/covid19
Then yeah, should just be a case of adding two characters (\d) to a regex somewhere.
Fixed in part of a bigger PR that I'm about to submit..
Seems like this was fixed so closing. Ping @ewels.
I have basically no memory of this, but sure - looks like I fixed it! 馃槄