-
I really like the idea of this extension but I am facing a blocker using it: UNotes doesn't respect our team's style guide which we enforce via Markdownlint. For example, we have configured Markdownli…
-
Markdownlint now supports fixing errors through providing `fixInfo` https://github.com/DavidAnson/markdownlint/blob/7ce5fd15979665cb9c3810f6a3034b5ccf94fa76/doc/CustomRules.md#custom-rules
This mig…
-
**Description**
Add more linting for the `.md` files in the `docs` folder. Check: https://github.com/igorshubovych/markdownlint-cli#readme
Example:
https://github.tools.sap/perfx/cloud-logging-ser…
-
It's come to my attention that SimDem1 syntax doesn't comply with Markdownlint:
https://github.com/markdownlint/markdownlint
We might need to reconsider the format of SimDem documents.
-
As suggested in https://github.com/spdx/spdx-3-model/pull/723#pullrequestreview-2018523889
This lint should be run for both of these repos
- Model specs: https://github.com/spdx/spdx-3-model/
- O…
-
I'm sure a few of these are somewhat moot with refactorings in WIP pull requests, or not all of these markdown files being used to build the front end, but figured this may be the "best place"(tm) for…
-
### Description
Nowadays, there is no standardization of document writing, we can use [Docs]https://github.com/ruanyf/document-style-guide] as a guide to standardize the use of documents.
@tomsun2…
-
- 描述: 设置 GitHub Actions 来自动检查 PR 中的拼写错误。
- 详细描述: 使用 markdownlint 或 typos 等工具,确保文档符合拼写和格式要求,提升项目文档的质量。
-
Нужно доработать условие задачи. Эта программа принимает ввод только с клавиатуры.
Также надо добавить раздел формат входных и выходных данных, чтобы было понятно.
Аналогичные изменения отразить и…
-
In order to configure the vscode plugin you have to create a config file named `.markdownlint.json` and specify your rules there.
This plugin reads rules from eslintrc.
What I'm asking for is a …