You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roman Donchenko 25975467ea
Fix all remark warnings (#3261)
* Fix all issues reported by remark

* Move remark dependencies from the workflow definition into package.json

This enables the transitive dependencies to be pinned, just like for all
other packages.

* Add additional remark plugins

These are needed to correctly parse certain constructs in Markdown files
(such as tables and YAML frontmatter), and without them, remark produces
invalid warnings on some files.

* Update the remark-lint preset versions

The previous versions reference the old version of the
`remark-lint-table-cell-padding` plugin, which doesn't work correctly with
the current version of `remark-parse` (and thus produces spurious warnings).

* GitHub Actions: run remark on all Markdown files, not just changed ones

This way, if a PR updates the remark configuration and that causes new errors
to appear, those errors will show up in that PR, instead of the (unrelated) PR
that next updates the affected files.

There is no runtime cost to this, because remark takes approximately 1 second
to check all files.
5 years ago
..
bandit.yml Linters. Selecting files if the status is not "removed". (#2888) 5 years ago
cache.yml CI. Using the Docker layer cache. Parallelizing test runs. (#3100) 5 years ago
cancel.yml CI: canceling previous workflow runs (#3078) 5 years ago
eslint.yml Linters. Selecting files if the status is not "removed". (#2888) 5 years ago
github_pages.yml fixed documentation workflow (#3217) 5 years ago
hadolint.yml CI. Adding file validation by hadolint/stylelint/remark linters. (#3105) 5 years ago
main.yml CVAT 3D Milestone-5 (#3079) 5 years ago
publish_docker_images.yml Upload cypress screenshots folder as an artifact if the tests failed with an error. (#2934) 5 years ago
pylint.yml Linters. Selecting files if the status is not "removed". (#2888) 5 years ago
remark.yml Fix all remark warnings (#3261) 5 years ago
schedule.yml Upload cypress screenshots folder as an artifact if the tests failed with an error. (#2934) 5 years ago
stylelint.yml CI. Adding file validation by hadolint/stylelint/remark linters. (#3105) 5 years ago