Skip to content

chore: lint markdown files - #266

Open
danielleroux wants to merge 1 commit into
mainfrom
chore/lint-markdown
Open

chore: lint markdown files#266
danielleroux wants to merge 1 commit into
mainfrom
chore/lint-markdown

Conversation

@danielleroux

Copy link
Copy Markdown
Collaborator

🆕 What is the new behavior?

Lint markdown, to have equal style across all files

👨‍💻 Help & support

@netlify

netlify Bot commented Jul 20, 2026

Copy link
Copy Markdown

Deploy Preview for industrial-experience ready!

Name Link
🔨 Latest commit d82a983
🔍 Latest deploy log https://app.netlify.com/projects/industrial-experience/deploys/6a5dce53fb50b40008752004
😎 Deploy Preview https://deploy-preview-266--industrial-experience.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@danielleroux, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 58 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4dead478-5d52-4c74-80fe-af3acf2839eb

📥 Commits

Reviewing files that changed from the base of the PR and between 4176221 and d82a983.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (47)
  • .github/workflows/build.yml
  • .github/workflows/pr.yml
  • docs/components/date-picker/guide.mdx
  • docs/components/date-time-picker/code.mdx
  • docs/components/date-time-picker/guide.mdx
  • docs/components/forms-validation/code.mdx
  • docs/components/input-date-time/guide.mdx
  • docs/components/input-time/guide.mdx
  • docs/components/loading-modal/guide.md
  • docs/components/message-modal/guide.md
  • docs/components/modal/guide.md
  • docs/components/overview.md
  • docs/components/progress-indicator/guide.md
  • docs/components/time-picker/guide.mdx
  • docs/guidelines/conversational-design/essentials/wording-terms.mdx
  • docs/guidelines/language/basics.md
  • docs/guidelines/language/dialogs-and-buttons.md
  • docs/guidelines/language/formatting/addresses.mdx
  • docs/guidelines/language/formatting/date.mdx
  • docs/guidelines/language/formatting/measurements.mdx
  • docs/guidelines/language/formatting/money.mdx
  • docs/guidelines/language/formatting/names-titles.mdx
  • docs/guidelines/language/formatting/numbers.mdx
  • docs/guidelines/language/formatting/software-versions.mdx
  • docs/guidelines/language/formatting/timezones.mdx
  • docs/guidelines/language/frequent-app-functions.md
  • docs/guidelines/language/grammar-and-vocabulary.md
  • docs/guidelines/language/menu-functions-and-ui-labels/external-links-and-resources.md
  • docs/guidelines/language/menu-functions-and-ui-labels/license-management.md
  • docs/guidelines/language/menu-functions-and-ui-labels/logging-in-and-out.md
  • docs/guidelines/language/menu-functions-and-ui-labels/onboarding.md
  • docs/guidelines/language/menu-functions-and-ui-labels/search-and-filter.md
  • docs/guidelines/language/menu-functions-and-ui-labels/ui-terminology.md
  • docs/guidelines/language/menu-functions-and-ui-labels/user-management.md
  • docs/guidelines/language/menu-functions-and-ui-labels/whats-new-announcements.md
  • docs/guidelines/language/messaging/empty-state-messages.mdx
  • docs/guidelines/language/messaging/error-messages.mdx
  • docs/guidelines/language/messaging/error-pages.md
  • docs/guidelines/language/messaging/infotips.mdx
  • docs/guidelines/language/messaging/messages-overview.md
  • docs/guidelines/language/messaging/non-critical-information-messages.mdx
  • docs/guidelines/language/messaging/progress-updates.mdx
  • docs/guidelines/language/messaging/warning-messages.mdx
  • docs/guidelines/language/punctuation.md
  • eslint.config.mjs
  • package.json
  • scripts/eslint-rules/markup-indent.mjs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/lint-markdown

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request implements a custom ESLint rule, markup-indent, to enforce consistent indentation of block HTML and JSX markup across the documentation Markdown and MDX files. It updates package.json with linting scripts and dependencies, adds the ESLint configuration, and applies the indentation fixes to numerous documentation files. The review feedback correctly points out an invalid ESLint version (^10.7.0) in package.json that will cause installation failures, and identifies a style guide violation in timezones.mdx where 'Your Local Time' should be corrected to sentence case ('Your local time').

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread package.json
Comment thread docs/guidelines/language/formatting/timezones.mdx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants