diplodoc-platform / diplodoc-platform/transform
Handle markdownlint-disable-file before file parsing
Open
good first issue
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 59
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 6
Description
markdownlint can handle special comment for lint disabling
```
```
If file is very big this slows down file processing - we need to tokenize all file data and then drop this tokens, because first token is special comment.
So, best strategy will be to handle this comment manually or to add optimistic check to markdownlint itself.
Contributor guide
Assessment
This issue has not been assessed yet.