diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 0e98dd1..3bc2098 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -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 diff --git a/README.md b/README.md index ccc0a29..d8857b5 100644 --- a/README.md +++ b/README.md @@ -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/).