style(markdown): set line length to 120
This commit is contained in:
parent
c45f8e7c8c
commit
72230c3df3
@ -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
|
||||
|
11
README.md
11
README.md
@ -2,11 +2,8 @@
|
||||
|
||||
[](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/).
|
||||
|
Loading…
x
Reference in New Issue
Block a user