ptlrs commented on code in PR #122: URL: https://github.com/apache/ozone-site/pull/122#discussion_r1909923902
########## .markdownlint.yaml: ########## @@ -29,8 +29,6 @@ ul-style: line-length: # No line length requirement for general text. line_length: -1 - # For code, match Ozone's line length. - code_block_line_length: 120 Review Comment: I added this change because of `markdownlint.sh` errors. Providing the sample output of `docker compose ps` command does not fit within the 120 char line length range. A horizontal scroll bar automatically shows up in the code block, so this line length limit can be removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
