Go to file
Renovator Bot 098d588d50
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore(deps): update dependency markdownlint-cli to v0.32.2 (#95)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | patch | `0.32.1` -> `0.32.2` |

---

### Release Notes

<details>
<summary>igorshubovych/markdownlint-cli</summary>

### [`v0.32.2`](https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.32.2)

[Compare Source](https://github.com/igorshubovych/markdownlint-cli/compare/v0.32.1...v0.32.2)

-   Update `markdownlint` dependency to `0.26.2`
    -   Improve `MD037`/`MD051`/`MD053`
-   Update all dependencies via `Dependabot`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTkuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE1OS41In0=-->

Reviewed-on: docker/markdownlint-cli#95
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2022-08-22 09:29:34 +02:00
.chglog chore: adjust changelog template to link to prs instead of issues (#57) 2021-12-12 13:26:31 +01:00
overlay/bin fix bin path 2020-10-27 22:09:33 +01:00
.drone.yml ci: remove unused secrets from dryrun steps 2022-05-20 15:34:22 +02:00
.gitignore [skip ci] remove local changelog 2021-02-11 21:05:37 +01:00
.markdownlint.yml enable markdownlint 2020-10-28 08:40:49 +01:00
.prettierignore chore: end of the year maintenance 2021-12-21 10:59:34 +01:00
Dockerfile chore(deps): update dependency markdownlint-cli to v0.32.2 (#95) 2022-08-22 09:29:34 +02:00
LICENSE chore: end of the year maintenance 2021-12-21 10:59:34 +01:00
README.md chore: replace master by main as default branch 2020-12-30 16:31:41 +01:00
renovate.json chore: use renovate preset config 2020-12-30 16:14:21 +01:00

README.md

markdownlint-cli

Custom image for markdownlint-cli

Build Status Docker Hub Quay.io Source: Gitea License: MIT

Custom wrapper Docker image for markdownlint-cli optimized for CI.

Usage

docker run -v $(pwd):/drone/src markdownlint-cli

# or pass arguments to markdownlint-cli
docker run -v $(pwd):/drone/src markdownlint-cli -p .gitignore

Build

docker build -t markdownlint-cli:latest .

License

This project is licensed under the MIT License - see the LICENSE file for details.