style(markdown): set line length to 120

This commit is contained in:
Markus Pesch 2025-05-07 16:16:35 +02:00
parent c45f8e7c8c
commit 72230c3df3
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 7 additions and 10 deletions

View File

@ -45,11 +45,11 @@ MD012:
# MD013/line-length - Line length
MD013:
# Number of characters
line_length: 80
line_length: 120
# Number of characters for headings
heading_line_length: 80
heading_line_length: 120
# Number of characters for code blocks
code_block_line_length: 80
code_block_line_length: 120
# Include code blocks
code_blocks: false
# Include tables

View File

@ -2,11 +2,8 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/volkerraschek/yamllint)](https://hub.docker.com/r/volkerraschek/yamllint)
This project contains all sources to build the container image
`docker.io/volkerraschek/yamllint`. The primary goal of this project is to
package the binary `yamllint` as container image. The source code of the binary
can be found in the upstream project of
[adrienverge](https://github.com/adrienverge/yamllint).
This project contains all sources to build the container image `docker.io/volkerraschek/yamllint`. The primary goal of
this project is to package the binary `yamllint` as container image. The source code of the binary can be found in the
upstream project of [adrienverge](https://github.com/adrienverge/yamllint).
The workflow or how `yamllint` can in general be used is documented
[here](https://yamllint.readthedocs.io/en/stable/).
The workflow or how `yamllint` can in general be used is documented [here](https://yamllint.readthedocs.io/en/stable/).