feat/markdownlint #200
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/markdownlint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
this patch contains a markdownlinter. I think this has the advantage that all users stick to the same format and the
README.md
follows a consistent structure.The markdownlinter can be configured via the
.markdownlint.yaml
file. All possible options are here documented.I have created the initialie configuration. However, can be adapted to suggestions for change. Has of course the consequence that if necessary the
README.md
would have to be adapted. I have formatted this in advance according to the defined rules.For users which use visual-code as IDE is additionally a plugin available.
? This is going to be awesome once finished. Thank you for your invested time so far.
Hi @justusbunsi,
can you mark this PR as dependency of #176? Otherwise I must revert my changes inside the
README.md
file.Furthermore I tried to start the container. However, the pipeline always breaks. I guess that the drone instance has no x86_64 build node?
Yes, I'll add the dependency on thursday. Right now I'm writing with the app.
Shall I add #196 as dependency as well?
Aside that, please ensure that Gitea is spelled
Gitea
with a capital G at the beginning since this is the official spelling. ?@volker.raschek Could you please resolve the conflicts? What's the status of this PR?
Hi @justusbunsi,
the problem is, that in your CI are only arm64 nodes available. I tried first to build an image for arm with my raspberry pi, but the image is not arm64, but arm. I think in two weeks I can provide an arm64 based image to get running the CI.
Hi @justusbunsi,
I uploaded an arm64 image of markdownlint and the CI works now correctly.
Please do a review.
Volker
Hi @lunny,
that was not intentional. The lines were probably lost during the rebase. I have adapted the README.md accordingly.
Thanks, LGTM! This could also be added to the main Gitea repo.