StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 77 forks source link

README.md fails linting #306

Closed mamercad closed 2 years ago

mamercad commented 2 years ago

I'll have a PR shortly:

$ mdl README.md
README.md:7: MD012 Multiple consecutive blank lines
README.md:3: MD013 Line length
README.md:4: MD013 Line length
README.md:20: MD013 Line length
README.md:23: MD013 Line length
README.md:32: MD013 Line length
README.md:37: MD013 Line length
README.md:39: MD013 Line length
README.md:40: MD013 Line length
README.md:41: MD013 Line length
README.md:42: MD013 Line length
README.md:43: MD013 Line length
README.md:45: MD013 Line length
README.md:46: MD013 Line length
README.md:47: MD013 Line length
README.md:49: MD013 Line length
README.md:50: MD013 Line length
README.md:51: MD013 Line length
README.md:52: MD013 Line length
README.md:53: MD013 Line length
README.md:55: MD013 Line length
README.md:56: MD013 Line length
README.md:57: MD013 Line length
README.md:58: MD013 Line length
README.md:60: MD013 Line length
README.md:61: MD013 Line length
README.md:62: MD013 Line length
README.md:63: MD013 Line length
README.md:64: MD013 Line length
README.md:65: MD013 Line length
README.md:73: MD013 Line length
README.md:74: MD013 Line length
README.md:83: MD013 Line length
README.md:104: MD013 Line length
README.md:106: MD013 Line length
README.md:132: MD013 Line length
README.md:1: MD022 Headers should be surrounded by blank lines
README.md:12: MD022 Headers should be surrounded by blank lines
README.md:22: MD022 Headers should be surrounded by blank lines
README.md:25: MD022 Headers should be surrounded by blank lines
README.md:31: MD022 Headers should be surrounded by blank lines
README.md:67: MD022 Headers should be surrounded by blank lines
README.md:93: MD022 Headers should be surrounded by blank lines
README.md:118: MD022 Headers should be surrounded by blank lines
README.md:129: MD022 Headers should be surrounded by blank lines
README.md:81: MD026 Trailing punctuation in header
README.md:19: MD028 Blank line inside blockquote
README.md:26: MD031 Fenced code blocks should be surrounded by blank lines
README.md:69: MD031 Fenced code blocks should be surrounded by blank lines
README.md:77: MD031 Fenced code blocks should be surrounded by blank lines
README.md:107: MD031 Fenced code blocks should be surrounded by blank lines
README.md:112: MD031 Fenced code blocks should be surrounded by blank lines
README.md:13: MD032 Lists should be surrounded by blank lines
README.md:97: MD032 Lists should be surrounded by blank lines
README.md:120: MD032 Lists should be surrounded by blank lines
README.md:131: MD032 Lists should be surrounded by blank lines

A detailed description of the rules is available at https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md