Closed (fixed)
Project:
Word Monitor
Version:
8.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2020 at 06:05 UTC
Updated:
20 Feb 2020 at 14:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
swatichouhan012 commentedHere is the patch to fix README.md coding standard issues. Kindly review.
Comment #3
dhirendra.mishra commented+1 for RTBC
Comment #4
alberto56 commentedHi, thanks for the patch.
I'll set this to "task" rather than bug report because it does not change how the module is used.
I'm kind of on the fence about wrapping vs. not wrapping markdown lines to 80 characters, [this article](https://about.gitlab.com/blog/2016/10/11/wrapping-text/) is an interesting resource for that.
That being said, I will apply your patch with a few changes:
* I added linting using https://github.com/dcycle/docker-markdown-lint to catch these types of issues during the CI process, however the results are slightly different from the tool you are using.
* According to markdownlint, the first line on a file should be a header, which I did.
* Hyperlinks should not be split into two lines even if the lines are then longer than 80 characters.
* When you split lines in a list, every subsequent line should have 2, not 0, preceding spaces, for the github markdown parser to properly interpret them.
Enclosed is a new version of the patch.
The [tests are all passing on CicleCI](https://circleci.com/gh/dcycle/word_monitor/12).
Comment #6
alberto56 commentedCommitted, thanks!