chore: add recheck.yaml file for linting#211
Merged
adamaltman merged 1 commit intomainfrom Dec 18, 2025
Merged
Conversation
JLekawa
approved these changes
Dec 17, 2025
Marshevskyy
reviewed
Dec 17, 2025
Comment on lines
+178
to
+179
| # files: | ||
| # - todo |
Contributor
There was a problem hiding this comment.
Do you plan to add it in this PR?
Member
Author
There was a problem hiding this comment.
When I try to fix the errors in the next PR (not this one).
Marshevskyy
reviewed
Dec 17, 2025
| - docs/redoc-ce/@v3.x/deployment/html.md | ||
| - docs/public/customization/react-components/list/tag.md | ||
| # lines: | ||
| # - "test this functionality" |
Member
Author
There was a problem hiding this comment.
Probably I'll remove it if I don't need it to fix the errors.
Marshevskyy
reviewed
Dec 17, 2025
| "lint:markdown": "markdownlint-cli2 '**/*.md'", | ||
| "lint:markdown:fix": "markdownlint-cli2 '**/*.md' --fix" | ||
| "lint:markdown:fix": "markdownlint-cli2 '**/*.md' --fix", | ||
| "recheck": "npx @redocly/recheck run --stats", |
Contributor
There was a problem hiding this comment.
When is this command run?
Member
Author
There was a problem hiding this comment.
Right now in my local env. The plan is:
- Add recheck configuration file
- Fix problems
- Set up GHA to prevent future problems
But I want to make it easy for someone to remember how to run recheck because they may not remember the command name run or the options which I always tend to use --stats.
Marshevskyy
approved these changes
Dec 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why/How?
Adds
recheck.yamlconfiguration file.This doesn't set up GHA or fix the problems.
Steps
Reference
Testing
Summary
Screenshots (optional)
Check yourself
Security