-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 Adds test scripts #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
remark-lint
testdata/subfolder/subFile.md|43 col 7| Incorrect list-item indent: add 1 space list-item-indent remark-lint
testdata/subfolder/subFile.md|44 col 7| Incorrect list-item indent: add 1 space list-item-indent remark-lint
testdata/subfolder/subFile.md|45 col 4| Incorrect list-item indent: add 1 space list-item-indent remark-lint
testdata/subfolder/subFile.md|63 col 95| Don’t use literal URLs without angle brackets no-literal-urls remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|25 col 3| Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|26 col 5| Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|27 col 5| Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|29 col 3| Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|30 col 5| Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|31 col 5| Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|33 col 3| Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|34 col 5| Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|35 col 5| Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|39 col 4| Incorrect list-item indent: add 1 space list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|40 col 7| Incorrect list-item indent: add 1 space list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|41 col 7| Incorrect list-item indent: add 1 space list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|42 col 4| Incorrect list-item indent: add 1 space list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|43 col 7| Incorrect list-item indent: add 1 space list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|44 col 7| Incorrect list-item indent: add 1 space list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|45 col 4| Incorrect list-item indent: add 1 space list-item-indent remark-lint
testdata/subfolder/subSubFolder/subSubFile.md|63 col 95| Don’t use literal URLs without angle brackets no-literal-urls remark-lint
|
||
unordered list: | ||
|
||
- item-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
unordered list: | ||
|
||
- item-1 | ||
- sub-item-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||
- item-1 | ||
- sub-item-1 | ||
- sub-item-2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
- sub-item-1 | ||
- sub-item-2 | ||
|
||
* item-2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
- sub-item-2 | ||
|
||
* item-2 | ||
- sub-item-3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||
- item-3 | ||
- sub-item-5 | ||
- sub-item-6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 2 spaces list-item-indent remark-lint
|
||
ordered list: | ||
|
||
1. item-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 1 space list-item-indent remark-lint
ordered list: | ||
|
||
1. item-1 | ||
1. sub-item-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 1 space list-item-indent remark-lint
|
||
1. item-1 | ||
1. sub-item-1 | ||
2. sub-item-2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 1 space list-item-indent remark-lint
1. item-1 | ||
1. sub-item-1 | ||
2. sub-item-2 | ||
2. item-2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect list-item indent: add 1 space list-item-indent remark-lint
Tests reviewdog/action-remark-lint#25