-
Notifications
You must be signed in to change notification settings - Fork 20
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
switch markdownlint container to markdownlint-cli2 #619
switch markdownlint container to markdownlint-cli2 #619
Conversation
f1337a6
to
df859ae
Compare
eb0d391
to
784f030
Compare
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.
/lgtm
/hold |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lentzi90 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
784f030
to
4b86c5c
Compare
For the repo itself, switch the hack/markdownlint.sh over. For the Prow config: - switch over the main branches of repos with release branches - release branches stay with the old implementation - add config for Ironic-client, adding shellcheck+markdownlint - add shellcheck for metal3-io.github.io as we're replacing prettier+shfmt from pre-commit to this+shellcheck Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
4b86c5c
to
6902cea
Compare
Bumped to 0.9.0 release of the image from 2 days ago. |
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.
/lgtm
/override markdownlint test-ubuntu-integration-main |
@tuminoid: Overrode contexts on behalf of tuminoid: markdownlint, test-ubuntu-integration-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Here we go. |
@tuminoid: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Switch markdownlint container to markdownlint-cli2. This CLI version supports the enable/disable rules in markdown files and allows us to ignore issues locally, not just globally.
TODO: