Migrate documentation and npmignore, upgrade fern version#185
Migrate documentation and npmignore, upgrade fern version#185
Conversation
|
Important Review skippedToo many files! This PR contains 206 files, which is 56 over the limit of 150. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (11)
📒 Files selected for processing (206)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
- Add explicit permissions block (contents: read, pull-requests: write) to vale.yml to address security warning - Add || true to grep in preview-docs.yml to prevent bash -e from exiting before preview_url.txt is created Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR adds/updates the Fern-based documentation site for Doc Detective, updates packaging ignore rules, and introduces automated workflows (docs publish/preview and Vale linting) to support the docs lifecycle.
Changes:
- Add Fern docs site content (pages, reference schema docs, assets) and Fern config pinned to
fern-api4.15.1. - Add docs repo contributor guidance and Vale configuration/styles.
- Update automation: docs preview/publish workflows, Vale workflow, Dependabot for GitHub Actions, and
.npmignore.
Reviewed changes
Copilot reviewed 202 out of 215 changed files in this pull request and generated 16 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/package.json | Adds a docs-specific Node package for running Fern/docs tasks. |
| docs/fern/pages/tutorials/set-up-your-test-environment.mdx | New tutorial content for setting up a local test environment. |
| docs/fern/pages/support.mdx | New “Support Doc Detective” page. |
| docs/fern/pages/reference/schemas/wait.md | Adds schema reference page for wait. |
| docs/fern/pages/reference/schemas/type.md | Adds schema reference page for type. |
| docs/fern/pages/reference/schemas/type-keys-detailed.md | Adds detailed schema reference for type keys. |
| docs/fern/pages/reference/schemas/telemetry-options.md | Adds schema reference for telemetry configuration. |
| docs/fern/pages/reference/schemas/stoprecord.md | Adds schema reference for stopRecord. |
| docs/fern/pages/reference/schemas/specification.md | Adds schema reference for a test specification. |
| docs/fern/pages/reference/schemas/screenshot.md | Adds schema reference for screenshot. |
| docs/fern/pages/reference/schemas/savecookie.md | Adds schema reference for saveCookie. |
| docs/fern/pages/reference/schemas/save-cookie-detailed.md | Adds detailed schema reference for saving cookies. |
| docs/fern/pages/reference/schemas/runshell.md | Adds schema reference for runShell. |
| docs/fern/pages/reference/schemas/runcode.md | Adds schema reference for runCode. |
| docs/fern/pages/reference/schemas/run-shell-command-detailed.md | Adds detailed schema reference for runShell object form. |
| docs/fern/pages/reference/schemas/run-code-detailed.md | Adds detailed schema reference for runCode object form. |
| docs/fern/pages/reference/schemas/response.md | Adds schema reference for HTTP response expectations. |
| docs/fern/pages/reference/schemas/response-headers.md | Adds schema reference for response headers. |
| docs/fern/pages/reference/schemas/response-body-object.md | Adds schema reference for response body object. |
| docs/fern/pages/reference/schemas/resolved-context.md | Adds schema reference for resolved context. |
| docs/fern/pages/reference/schemas/request.md | Adds schema reference for HTTP request configuration. |
| docs/fern/pages/reference/schemas/request-parameters.md | Adds schema reference for request parameters. |
| docs/fern/pages/reference/schemas/request-headers-object.md | Adds schema reference for request headers object. |
| docs/fern/pages/reference/schemas/request-body-object.md | Adds schema reference for request body object. |
| docs/fern/pages/reference/schemas/record.md | Adds schema reference for record. |
| docs/fern/pages/reference/schemas/record-detailed.md | Adds detailed schema reference for recording configuration. |
| docs/fern/pages/reference/schemas/padding-detailed.md | Adds detailed schema reference for padding. |
| docs/fern/pages/reference/schemas/openapi.md | Adds schema reference for OpenAPI integration. |
| docs/fern/pages/reference/schemas/markup-definition.md | Adds schema reference for markup definitions. |
| docs/fern/pages/reference/schemas/loadvariables.md | Adds schema reference for loadVariables. |
| docs/fern/pages/reference/schemas/loadcookie.md | Adds schema reference for loadCookie. |
| docs/fern/pages/reference/schemas/load-cookie-detailed.md | Adds detailed schema reference for loading cookies. |
| docs/fern/pages/reference/schemas/integrations-options.md | Adds schema reference for integrations configuration. |
| docs/fern/pages/reference/schemas/inline-statement-definition.md | Adds schema reference for inline statements. |
| docs/fern/pages/reference/schemas/httprequest.md | Adds schema reference for httpRequest. |
| docs/fern/pages/reference/schemas/http-request-detailed.md | Adds detailed schema reference for HTTP requests. |
| docs/fern/pages/reference/schemas/goto.md | Adds schema reference for goTo. |
| docs/fern/pages/reference/schemas/go-to-url-detailed.md | Adds detailed schema reference for go-to URL object. |
| docs/fern/pages/reference/schemas/find.md | Adds schema reference for find. |
| docs/fern/pages/reference/schemas/find-element-detailed.md | Adds detailed schema reference for finding elements. |
| docs/fern/pages/reference/schemas/find-element-and-click.md | Adds schema reference for find-and-click. |
| docs/fern/pages/reference/schemas/file-type-executable.md | Adds schema reference for executable file types. |
| docs/fern/pages/reference/schemas/file-type-custom.md | Adds schema reference for custom file types. |
| docs/fern/pages/reference/schemas/environment-details.md | Adds schema reference for environment details. |
| docs/fern/pages/reference/schemas/draganddrop.md | Adds schema reference for dragAndDrop. |
| docs/fern/pages/reference/schemas/doc-detective-orchestration-api.md | Adds schema reference for orchestration API integration. |
| docs/fern/pages/reference/schemas/crop-by-element-detailed.md | Adds detailed schema reference for crop-by-element. |
| docs/fern/pages/reference/schemas/context.md | Adds schema reference for contexts. |
| docs/fern/pages/reference/schemas/common.md | Adds common step schema reference. |
| docs/fern/pages/reference/schemas/click.md | Adds schema reference for click. |
| docs/fern/pages/reference/schemas/click-element-detailed.md | Adds detailed schema reference for clicking elements. |
| docs/fern/pages/reference/schemas/checklink.md | Adds schema reference for checkLink. |
| docs/fern/pages/reference/schemas/check-link-detailed.md | Adds detailed schema reference for checking links. |
| docs/fern/pages/reference/schemas/capture-screenshot-detailed.md | Adds detailed schema reference for screenshot capture. |
| docs/fern/pages/reference/schemas/browser.md | Adds browser schema reference. |
| docs/fern/pages/reference/schemas/browser-window.md | Adds browser window schema reference. |
| docs/fern/pages/reference/schemas/browser-viewport.md | Adds browser viewport schema reference. |
| docs/fern/pages/reference/glossary.mdx | Adds glossary for key concepts. |
| docs/fern/pages/legal/privacy-policy-companion.md | Adds privacy policy companion page. |
| docs/fern/pages/index.mdx | Adds landing page content for the docs site. |
| docs/fern/pages/docs/tests/standalone.mdx | Adds docs for standalone test specs (JSON/YAML). |
| docs/fern/pages/docs/intro.mdx | Adds docs intro with inline test examples. |
| docs/fern/pages/docs/input-formats/overview.mdx | Adds overview of supported input formats. |
| docs/fern/pages/docs/input-formats/html.mdx | Adds HTML input format documentation. |
| docs/fern/pages/docs/input-formats/asciidoc.mdx | Adds AsciiDoc input format documentation. |
| docs/fern/pages/docs/get-started/sample.spec.json | Adds a sample spec used by installation docs. |
| docs/fern/pages/docs/get-started/sample-tests.mdx | Adds sample tests walkthrough content. |
| docs/fern/pages/docs/get-started/resources.mdx | Adds resource links for getting started. |
| docs/fern/pages/docs/get-started/integrations.mdx | Adds CI integrations documentation. |
| docs/fern/pages/docs/get-started/installation.mdx | Adds installation guide content. |
| docs/fern/pages/docs/get-started/concepts.md | Adds conceptual overview of core objects/actions. |
| docs/fern/pages/docs/get-started/ci.mdx | Adds CI integration guide and examples. |
| docs/fern/pages/docs/actions/wait.mdx | Adds action doc page for wait. |
| docs/fern/pages/docs/actions/stopRecord.mdx | Adds action doc page for stopRecord. |
| docs/fern/pages/docs/actions/screenshot.mdx | Adds action doc page for screenshot. |
| docs/fern/pages/docs/actions/saveCookie.mdx | Adds action doc page for saveCookie. |
| docs/fern/pages/docs/actions/runShell.mdx | Adds action doc page for runShell. |
| docs/fern/pages/docs/actions/runCode.mdx | Adds action doc page for runCode. |
| docs/fern/pages/docs/actions/record.mdx | Adds action doc page for record. |
| docs/fern/pages/docs/actions/loadVariables.mdx | Adds action doc page for loadVariables. |
| docs/fern/pages/docs/actions/loadCookie.mdx | Adds action doc page for loadCookie. |
| docs/fern/pages/docs/actions/find.mdx | Adds action doc page for find. |
| docs/fern/pages/docs/actions/dragAndDrop.mdx | Adds action doc page for dragAndDrop. |
| docs/fern/pages/docs/actions/click.mdx | Adds action doc page for click. |
| docs/fern/pages/contribute/templates/reference.mdx | Adds reference doc template for contributors. |
| docs/fern/pages/contribute/templates/how-to.mdx | Adds how-to guide template for contributors. |
| docs/fern/pages/contribute/repos/github-action.md | Adds repo reference page for github-action. |
| docs/fern/pages/contribute/repos/docker-image.md | Adds repo reference page for docker-image. |
| docs/fern/pages/contribute/repos/doc-detective.md | Adds repo reference page for doc-detective. |
| docs/fern/pages/contribute/repos/doc-detective.github.io.md | Adds repo reference page for doc-detective.github.io. |
| docs/fern/pages/contribute/repos/doc-detective-core.md | Adds repo reference page for doc-detective-core. |
| docs/fern/pages/contribute/repos/doc-detective-common.md | Adds repo reference page for doc-detective-common. |
| docs/fern/pages/contribute/quick-start.mdx | Adds quick-start contribution guide content. |
| docs/fern/pages/contribute/index.mdx | Adds contribution landing page and navigation. |
| docs/fern/fern.config.json | Adds Fern organization/version config (Fern upgrade). |
| docs/fern/assets/logo/doc-detective.svg | Adds/updates docs logo asset. |
| docs/README.md | Adds docs-repo README and contributor/testing notes. |
| docs/CONTRIBUTING.md | Adds docs-specific contributing entrypoint. |
| docs/AGENTS.md | Adds guidance for AI agents working in the docs. |
| docs/.vale/styles/config/vocabularies/Docs/reject.txt | Adds Vale vocabulary rejects list (Docs). |
| docs/.vale/styles/config/vocabularies/Docs/accept.txt | Adds Vale vocabulary accepts list (Docs). |
| docs/.vale/styles/alex/meta.json | Adds alex Vale package metadata. |
| docs/.vale/styles/alex/Suicide.yml | Adds alex substitution rules (Suicide). |
| docs/.vale/styles/alex/Race.yml | Adds alex substitution rules (Race). |
| docs/.vale/styles/alex/README.md | Adds alex style README/license reference. |
| docs/.vale/styles/alex/Press.yml | Adds alex substitution rules (Press). |
| docs/.vale/styles/alex/OCD.yml | Adds alex substitution rules (OCD). |
| docs/.vale/styles/alex/LGBTQ.yml | Adds alex substitution rules (LGBTQ). |
| docs/.vale/styles/alex/Gendered.yml | Adds alex substitution rules (Gendered). |
| docs/.vale/styles/alex/Condescending.yml | Adds alex existence rules (Condescending). |
| docs/.vale/styles/Vocab/Docs/reject.txt | Adds Vale Vocab rejects list (Docs). |
| docs/.vale/styles/Vocab/Docs/accept.txt | Adds Vale Vocab accepts list (Docs). |
| docs/.vale/styles/Joblint/meta.json | Adds Joblint Vale package metadata. |
| docs/.vale/styles/Joblint/Visionary.yml | Adds Joblint rules (Visionary). |
| docs/.vale/styles/Joblint/TechTerms.yml | Adds Joblint rules (TechTerms). |
| docs/.vale/styles/Joblint/Starter.yml | Adds Joblint rules (Starter). |
| docs/.vale/styles/Joblint/Sexualised.yml | Adds Joblint rules (Sexualised). |
| docs/.vale/styles/Joblint/Reassure.yml | Adds Joblint rules (Reassure). |
| docs/.vale/styles/Joblint/README.md | Adds Joblint style README/license reference. |
| docs/.vale/styles/Joblint/Profanity.yml | Adds Joblint rules (Profanity). |
| docs/.vale/styles/Joblint/Meritocracy.yml | Adds Joblint rules (Meritocracy). |
| docs/.vale/styles/Joblint/LegacyTech.yml | Adds Joblint rules (LegacyTech). |
| docs/.vale/styles/Joblint/Hair.yml | Adds Joblint rules (Hair). |
| docs/.vale/styles/Joblint/Gendered.yml | Adds Joblint rules (Gendered). |
| docs/.vale/styles/Joblint/DumbTitles.yml | Adds Joblint rules (DumbTitles). |
| docs/.vale/styles/Joblint/DevEnv.yml | Adds Joblint rules (DevEnv). |
| docs/.vale/styles/Joblint/Derogatory.yml | Adds Joblint rules (Derogatory). |
| docs/.vale/styles/Joblint/Competitive.yml | Adds Joblint rules (Competitive). |
| docs/.vale/styles/Joblint/Bro.yml | Adds Joblint rules (Bro). |
| docs/.vale/styles/Joblint/Benefits.yml | Adds Joblint rules (Benefits). |
| docs/.vale/styles/Joblint/Acronyms.yml | Adds Joblint rules (Acronyms). |
| docs/.vale/styles/Google/vocab.txt | Adds Google Vale vocabulary file. |
| docs/.vale/styles/Google/meta.json | Adds Google Vale package metadata. |
| docs/.vale/styles/Google/WordList.yml | Adds Google word list substitutions. |
| docs/.vale/styles/Google/Will.yml | Adds Google tense guidance (avoid “will”). |
| docs/.vale/styles/Google/We.yml | Adds Google pronoun guidance (avoid “we”). |
| docs/.vale/styles/Google/Units.yml | Adds Google units-of-measure rule. |
| docs/.vale/styles/Google/Spelling.yml | Adds Google spelling preference rules. |
| docs/.vale/styles/Google/Spacing.yml | Adds Google sentence spacing rule. |
| docs/.vale/styles/Google/Slang.yml | Adds Google slang abbreviation rule. |
| docs/.vale/styles/Google/Semicolons.yml | Adds Google semicolon guidance. |
| docs/.vale/styles/Google/Ranges.yml | Adds Google range formatting rule. |
| docs/.vale/styles/Google/Quotes.yml | Adds Google quote punctuation rule. |
| docs/.vale/styles/Google/Periods.yml | Adds Google acronym period rule. |
| docs/.vale/styles/Google/Passive.yml | Adds Google passive voice guidance. |
| docs/.vale/styles/Google/Parens.yml | Adds Google parentheses guidance. |
| docs/.vale/styles/Google/OxfordComma.yml | Adds Google Oxford comma guidance. |
| docs/.vale/styles/Google/Ordinal.yml | Adds Google ordinal number spelling rule. |
| docs/.vale/styles/Google/OptionalPlurals.yml | Adds Google optional plurals rule. |
| docs/.vale/styles/Google/LyHyphens.yml | Adds Google “-ly” hyphenation rule. |
| docs/.vale/styles/Google/Latin.yml | Adds Google Latin abbreviations substitutions. |
| docs/.vale/styles/Google/Headings.yml | Adds Google heading capitalization rule. |
| docs/.vale/styles/Google/HeadingPunctuation.yml | Adds Google heading punctuation rule. |
| docs/.vale/styles/Google/GenderBias.yml | Adds Google gender bias substitutions. |
| docs/.vale/styles/Google/Gender.yml | Adds Google gender-neutral pronoun rule. |
| docs/.vale/styles/Google/FirstPerson.yml | Adds Google first-person pronoun rule. |
| docs/.vale/styles/Google/Exclamation.yml | Adds Google exclamation rule. |
| docs/.vale/styles/Google/EmDash.yml | Adds Google em-dash spacing rule. |
| docs/.vale/styles/Google/Ellipses.yml | Adds Google ellipses guidance. |
| docs/.vale/styles/Google/DateFormat.yml | Adds Google date format rule. |
| docs/.vale/styles/Google/Contractions.yml | Adds Google contractions guidance. |
| docs/.vale/styles/Google/Colons.yml | Adds Google colon capitalization guidance. |
| docs/.vale/styles/Google/Acronyms.yml | Adds Google acronym expansion guidance. |
| docs/.vale/styles/Google/AMPM.yml | Adds Google AM/PM formatting rule. |
| docs/.vale/styles/.vale-config/0-MDX.ini | Adds MDX-specific Vale token ignores. |
| docs/.vale.ini | Adds Vale configuration for docs subtree. |
| docs/.gitignore | Adds docs-specific ignore rules. |
| docs/.doc-detective.json | Adds Doc Detective config for docs testing. |
| .npmignore | Updates npm publish ignore list (exclude docs and dev content). |
| .github/workflows/vale.yml | Adds/updates Vale style-check workflow. |
| .github/workflows/publish-docs.yml | Adds docs publish workflow for main branch changes. |
| .github/workflows/preview-docs.yml | Adds PR docs preview workflow and PR comment step. |
| .github/dependabot.yml | Enables Dependabot updates for GitHub Actions in addition to npm. |
Files not reviewed (1)
- docs/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The 'cd docs' in the generate step writes preview_url.txt to docs/, but the comment step looked for it at the workspace root. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add paths-ignore for docs/** to the pull_request trigger so tests don't run when only documentation files change. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix vale.yml changed-files paths (fern/** -> docs/fern/**) - Fix AGENTS.md sample.spec.json path - Fix ci.mdx startRecording -> record action name - Fix README.md npm run setup -> npm install - Fix broken markdown tables in schema reference pages - Fix CONTRIBUTING.md URLs to use correct docs domain Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 204 out of 217 changed files in this pull request and generated 3 comments.
Files not reviewed (1)
- docs/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Vale runs from the repo root but the config is in docs/. Add --config=docs/.vale.ini flag so vale can find its configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
vale
docs/AGENTS.md|20 col 68| [Google.Will] Avoid using 'will'.
docs/AGENTS.md|27 col 9| [Google.Passive] In general, use active voice instead of passive voice ('are defined').
docs/AGENTS.md|30 col 134| [Google.Passive] In general, use active voice instead of passive voice ('be updated').
docs/AGENTS.md|34 col 1| [Google.Parens] Use parentheses judiciously.
docs/AGENTS.md|34 col 27| [Google.Acronyms] Spell out 'MDX', if it's unfamiliar to the audience.
docs/AGENTS.md|36 col 37| [Vale.Spelling] Did you really mean 'frontmatter'?
docs/AGENTS.md|37 col 42| [Google.Acronyms] Spell out 'MDX', if it's unfamiliar to the audience.
docs/AGENTS.md|40 col 1| [Google.Parens] Use parentheses judiciously.
docs/AGENTS.md|40 col 9| [Vale.Spelling] Did you really mean 'frontmatter'?
docs/AGENTS.md|41 col 9| [Vale.Spelling] Did you really mean 'frontmatter'?
docs/AGENTS.md|42 col 15| [Vale.Spelling] Did you really mean 'frontmatter'?
docs/AGENTS.md|43 col 19| [Google.Acronyms] Spell out 'MDX', if it's unfamiliar to the audience.
docs/AGENTS.md|44 col 22| [Google.Acronyms] Spell out 'MCP', if it's unfamiliar to the audience.
docs/AGENTS.md|44 col 33| [Google.Parens] Use parentheses judiciously.
docs/AGENTS.md|45 col 3| [Google.Contractions] Use 'don't' instead of 'DO NOT'.
docs/AGENTS.md|45 col 6| [Google.Acronyms] Spell out 'NOT', if it's unfamiliar to the audience.
docs/AGENTS.md|49 col 5| [Google.Headings] 'Custom React components' should use sentence-style capitalization.
docs/AGENTS.md|70 col 43| [Google.We] Try to avoid using first-person plural like 'we'.
docs/AGENTS.md|72 col 18| [alex.ProfanityUnlikely] Be careful with 'American', it's profane in some cases.
docs/fern/pages/contribute/repos/doc-detective-common.md|5 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/repos/doc-detective-common.md|7 col 96| [Vale.Spelling] Did you really mean 'monorepo'?
docs/fern/pages/contribute/repos/doc-detective-core.md|5 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/repos/doc-detective.md|5 col 83| [Google.WordList] Use 'command-line tool' instead of 'CLI'.
docs/fern/pages/contribute/repos/doc-detective.md|7 col 6| [Vale.Spelling] Did you really mean 'monorepo'?
docs/fern/pages/contribute/repos/doc-detective.md|9 col 12| [Google.WordList] Use 'command-line tool' instead of 'CLI'.
docs/fern/pages/contribute/repos/doc-detective.md|10 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/repos/docker-image.md|2 col 21| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/repos/docker-image.md|14 col 36| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/repos/docker-image.md|14 col 86| [Vale.Spelling] Did you really mean 'venv'?
docs/fern/pages/contribute/repos/docker-image.md|16 col 5| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/contribute/repos/docker-image.md|16 col 16| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/contribute/repos/docker-image.md|16 col 38| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/contribute/repos/docker-image.md|17 col 34| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/contribute/repos/github-action.md|5 col 327| [Google.Passive] In general, use active voice instead of passive voice ('be used').
docs/fern/pages/contribute/repos/github-action.md|5 col 414| [alex.ProfanityUnlikely] Be careful with 'failed', it's profane in some cases.
docs/fern/pages/contribute/repos/github-action.md|11 col 69| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/contribute/repos/github-action.md|20 col 32| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/repos/github-action.md|26 col 44| [Google.Passive] In general, use active voice instead of passive voice ('are created').
docs/fern/pages/contribute/repos/github-action.md|35 col 50| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/repos/github-action.md|37 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/repos/github-action.md|37 col 101| [alex.Ablist] When referring to a person, consider using 'turned off', 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'Invalid'.
docs/fern/pages/contribute/repos/github-action.md|37 col 127| [Google.Passive] In general, use active voice instead of passive voice ('are warned').
docs/fern/pages/contribute/index.mdx|9 col 1| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/index.mdx|13 col 176| [Google.We] Try to avoid using first-person plural like 'We'.
docs/fern/pages/contribute/index.mdx|13 col 259| [Google.Passive] In general, use active voice instead of passive voice ('be documented').
docs/fern/pages/contribute/index.mdx|13 col 280| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/index.mdx|18 col 71| [Google.Passive] In general, use active voice instead of passive voice ('be merged').
docs/fern/pages/contribute/index.mdx|18 col 290| [Google.WordList] Use 'open source' instead of 'open-source'.
docs/fern/pages/contribute/index.mdx|19 col 24| [Google.We] Try to avoid using first-person plural like 'our'.
docs/fern/pages/contribute/index.mdx|25 col 19| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/index.mdx|37 col 22| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/index.mdx|49 col 25| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/index.mdx|61 col 22| [Google.Passive] In general, use active voice instead of passive voice ('are reviewed').
docs/fern/pages/contribute/index.mdx|63 col 1| [Google.We] Try to avoid using first-person plural like 'We'.
docs/fern/pages/contribute/index.mdx|66 col 60| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/index.mdx|66 col 85| [Google.WordList] Use 'capability' or 'feature' instead of 'functionality'.
docs/fern/pages/contribute/index.mdx|68 col 10| [Google.We] Try to avoid using first-person plural like 'we'.
docs/fern/pages/contribute/index.mdx|75 col 10| [Google.We] Try to avoid using first-person plural like 'we'.
docs/fern/pages/contribute/index.mdx|75 col 13| [Google.Acronyms] Spell out 'DON', if it's unfamiliar to the audience.
docs/fern/pages/contribute/index.mdx|81 col 42| [Google.We] Try to avoid using first-person plural like 'our'.
docs/fern/pages/contribute/index.mdx|81 col 46| [Google.Acronyms] Spell out 'SLA', if it's unfamiliar to the audience.
docs/fern/pages/contribute/index.mdx|85 col 18| [Google.Passive] In general, use active voice instead of passive voice ('are acknowledged').
docs/fern/pages/contribute/index.mdx|85 col 38| [Google.We] Try to avoid using first-person plural like 'our'.
docs/fern/pages/contribute/index.mdx|85 col 63| [Google.We] Try to avoid using first-person plural like 'our'.
docs/fern/pages/contribute/index.mdx|85 col 121| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/index.mdx|102 col 39| [Google.WordList] Use 'preceding' instead of 'above'.
docs/fern/pages/contribute/quick-start.mdx|2 col 22| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/quick-start.mdx|25 col 51| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/quick-start.mdx|27 col 62| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/quick-start.mdx|28 col 51| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/quick-start.mdx|29 col 13| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/contribute/quick-start.mdx|32 col 77| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/quick-start.mdx|36 col 25| [Google.Will] Avoid using 'will'.
docs/fern/pages/contribute/quick-start.mdx|64 col 26| [Google.We] Try to avoid using first-person plural like 'Our'.
docs/fern/pages/contribute/quick-start.mdx|65 col 19| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/quick-start.mdx|68 col 50| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/quick-start.mdx|69 col 29| [Google.Passive] In general, use active voice instead of passive voice ('are needed').
docs/fern/pages/contribute/quick-start.mdx|69 col 54| [Google.Will] Avoid using 'will'.
docs/fern/pages/contribute/quick-start.mdx|70 col 48| [Google.Passive] In general, use active voice instead of passive voice ('is merged').
docs/fern/pages/contribute/quick-start.mdx|72 col 32| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/quick-start.mdx|74 col 7| [Google.FirstPerson] Avoid first-person pronouns such as ' I '.
docs/fern/pages/contribute/quick-start.mdx|74 col 23| [Google.FirstPerson] Avoid first-person pronouns such as 'my'.
docs/fern/pages/contribute/quick-start.mdx|76 col 57| [Google.Passive] In general, use active voice instead of passive voice ('is required').
docs/fern/pages/contribute/quick-start.mdx|78 col 34| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/contribute/quick-start.mdx|80 col 27| [Google.Will] Avoid using 'will'.
docs/fern/pages/contribute/quick-start.mdx|81 col 58| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/quick-start.mdx|82 col 41| [Google.Passive] In general, use active voice instead of passive voice ('is broken').
docs/fern/pages/contribute/quick-start.mdx|85 col 8| [Google.FirstPerson] Avoid first-person pronouns such as ' I '.
docs/fern/pages/contribute/quick-start.mdx|89 col 7| [Google.FirstPerson] Avoid first-person pronouns such as ' I '.
docs/fern/pages/contribute/quick-start.mdx|91 col 56| [Google.Passive] In general, use active voice instead of passive voice ('be merged').
docs/fern/pages/contribute/quick-start.mdx|91 col 74| [Google.Passive] In general, use active voice instead of passive voice ('be prompted').
docs/fern/pages/contribute/quick-start.mdx|93 col 4| [Google.Headings] 'Need help?' should use sentence-style capitalization.
docs/fern/pages/contribute/quick-start.mdx|96 col 37| [Google.We] Try to avoid using first-person plural like 'our'.
docs/fern/pages/contribute/quick-start.mdx|97 col 13| [alex.ProfanityUnlikely] Be careful with 'bigger', it's profane in some cases.
docs/fern/pages/contribute/local-development.mdx|19 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/local-development.mdx|26 col 28| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/local-development.mdx|27 col 23| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/local-development.mdx|29 col 5| [Google.Headings] 'Check your Node.js version' should use sentence-style capitalization.
docs/fern/pages/contribute/local-development.mdx|53 col 5| [Google.Headings] '3. Add upstream remote' should use sentence-style capitalization.
docs/fern/pages/contribute/local-development.mdx|80 col 29| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/local-development.mdx|92 col 38| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/local-development.mdx|97 col 34| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/local-development.mdx|109 col 38| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/local-development.mdx|175 col 5| [Google.Headings] 'Style checking with Vale' should use sentence-style capitalization.
docs/fern/pages/contribute/local-development.mdx|189 col 21| [Google.Passive] In general, use active voice instead of passive voice ('be fixed').
docs/fern/pages/contribute/local-development.mdx|220 col 26| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/local-development.mdx|224 col 5| [Google.Headings] 'Add images' should use sentence-style capitalization.
docs/fern/pages/contribute/local-development.mdx|237 col 5| [Google.Headings] 'Add code examples' should use sentence-style capitalization.
docs/fern/pages/contribute/local-development.mdx|305 col 5| [Google.Headings] 'npm install fails' should use sentence-style capitalization.
docs/fern/pages/contribute/local-development.mdx|358 col 5| [Google.Headings] 'Create a pull request (on GitHub)' should use sentence-style capitalization.
docs/fern/pages/contribute/local-development.mdx|358 col 27| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/local-development.mdx|399 col 15| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/contribute/local-development.mdx|401 col 5| [Google.Headings] 'Use VS Code extensions' should use sentence-style capitalization.
docs/fern/pages/contribute/local-development.mdx|405 col 5| [Google.Acronyms] Spell out 'MDX', if it's unfamiliar to the audience.
docs/fern/pages/contribute/local-development.mdx|412 col 27| [Google.Passive] In general, use active voice instead of passive voice ('is set').
docs/fern/pages/contribute/local-development.mdx|412 col 53| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/local-development.mdx|419 col 7| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/standard-contributions.mdx|2 col 25| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|20 col 29| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|32 col 33| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|78 col 5| [Google.Headings] 'Write clear instructions' should use sentence-style capitalization.
docs/fern/pages/contribute/standard-contributions.mdx|82 col 21| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|83 col 34| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/contribute/standard-contributions.mdx|83 col 43| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/contribute/standard-contributions.mdx|90 col 20| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|90 col 22| [Google.We] Try to avoid using first-person plural like 'we'.
docs/fern/pages/contribute/standard-contributions.mdx|119 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|197 col 34| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|221 col 5| [Google.Headings] 'Create a pull request' should use sentence-style capitalization.
docs/fern/pages/contribute/standard-contributions.mdx|232 col 27| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|238 col 29| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|239 col 45| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|241 col 17| [Google.Passive] In general, use active voice instead of passive voice ('are needed').
docs/fern/pages/contribute/standard-contributions.mdx|242 col 37| [Google.Passive] In general, use active voice instead of passive voice ('is merged').
docs/fern/pages/contribute/standard-contributions.mdx|246 col 11| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|253 col 27| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|262 col 29| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/standard-contributions.mdx|271 col 3| [alex.Ablist] When referring to a person, consider using 'turned off', 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'Invalid'.
docs/fern/pages/contribute/standard-contributions.mdx|273 col 4| [Google.Headings] 'Need help?' should use sentence-style capitalization.
docs/fern/pages/contribute/standard-contributions.mdx|282 col 22| [alex.ProfanityUnlikely] Be careful with 'failed', it's profane in some cases.
docs/fern/pages/contribute/standard-contributions.mdx|286 col 14| [alex.ProfanityUnlikely] Be careful with 'bigger', it's profane in some cases.
docs/fern/pages/contribute/templates/feature.mdx|13 col 21| [Google.Passive] In general, use active voice instead of passive voice ('been added').
docs/fern/pages/contribute/templates/feature.mdx|16 col 38| [Google.Passive] In general, use active voice instead of passive voice ('is needed').
docs/fern/pages/contribute/templates/feature.mdx|23 col 32| [Google.WordList] Use 'capability' or 'feature' instead of 'functionality'.
docs/fern/pages/contribute/templates/feature.mdx|164 col 69| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/contribute/templates/feature.mdx|168 col 52| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/contribute/templates/feature.mdx|182 col 1| [Google.Colons] ': U' should be in lowercase.
docs/fern/pages/contribute/templates/feature.mdx|228 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/feature.mdx|230 col 1| [Google.Colons] ': M' should be in lowercase.
docs/fern/pages/contribute/templates/feature.mdx|379 col 54| [Google.WordList] Use 'capability' or 'feature' instead of 'functionality'.
docs/fern/pages/contribute/templates/feature.mdx|384 col 21| [Google.Passive] In general, use active voice instead of passive voice ('been tested').
docs/fern/pages/contribute/review-process.mdx|3 col 52| [Google.Passive] In general, use active voice instead of passive voice ('is reviewed').
docs/fern/pages/contribute/review-process.mdx|11 col 1| [Google.We] Try to avoid using first-person plural like 'We'.
docs/fern/pages/contribute/review-process.mdx|35 col 11| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/review-process.mdx|45 col 16| [alex.ProfanityUnlikely] Be careful with 'Failed', it's profane in some cases.
docs/fern/pages/contribute/review-process.mdx|48 col 5| [Google.Headings] 'If checks fail' should use sentence-style capitalization.
docs/fern/pages/contribute/review-process.mdx|48 col 15| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/contribute/review-process.mdx|50 col 14| [alex.ProfanityUnlikely] Be careful with 'Failed', it's profane in some cases.
docs/fern/pages/contribute/review-process.mdx|50 col 51| [Google.Passive] In general, use active voice instead of passive voice ('be fixed').
docs/fern/pages/contribute/review-process.mdx|73 col 22| [Google.Passive] In general, use active voice instead of passive voice ('be fixed').
docs/fern/pages/contribute/review-process.mdx|85 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/review-process.mdx|86 col 3| [alex.Ablist] When referring to a person, consider using 'turned off', 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'Invalid'.
docs/fern/pages/contribute/review-process.mdx|86 col 24| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/review-process.mdx|99 col 14| [Google.Passive] In general, use active voice instead of passive voice ('is broken').
docs/fern/pages/contribute/review-process.mdx|110 col 43| [alex.ProfanityUnlikely] Be careful with 'failed', it's profane in some cases.
docs/fern/pages/contribute/review-process.mdx|115 col 16| [alex.ProfanityUnlikely] Be careful with 'failure', it's profane in some cases.
docs/fern/pages/contribute/review-process.mdx|151 col 17| [Google.Passive] In general, use active voice instead of passive voice ('are listed').
docs/fern/pages/contribute/review-process.mdx|154 col 19| [Google.Passive] In general, use active voice instead of passive voice ('is linked').
docs/fern/pages/contribute/review-process.mdx|165 col 20| [Google.Acronyms] Spell out 'DON', if it's unfamiliar to the audience.
docs/fern/pages/contribute/review-process.mdx|169 col 1| [Google.We] Try to avoid using first-person plural like 'We'.
docs/fern/pages/contribute/review-process.mdx|181 col 71| [Google.We] Try to avoid using first-person plural like 'We'.
docs/fern/pages/contribute/review-process.mdx|187 col 6| [Google.Passive] In general, use active voice instead of passive voice ('be addressed').
docs/fern/pages/contribute/review-process.mdx|277 col 18| [Google.Passive] In general, use active voice instead of passive voice ('is approved').
docs/fern/pages/contribute/review-process.mdx|279 col 1| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/review-process.mdx|279 col 36| [Google.Will] Avoid using 'will'.
docs/fern/pages/contribute/review-process.mdx|279 col 41| [Google.Passive] In general, use active voice instead of passive voice ('be merged').
docs/fern/pages/contribute/review-process.mdx|289 col 1| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/review-process.mdx|289 col 41| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/review-process.mdx|295 col 4| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'Special'.
docs/fern/pages/contribute/review-process.mdx|301 col 11| [Google.Colons] ': S' should be in lowercase.
docs/fern/pages/contribute/review-process.mdx|301 col 30| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/review-process.mdx|321 col 11| [Google.Colons] ': A' should be in lowercase.
docs/fern/pages/contribute/review-process.mdx|327 col 5| [Google.Headings] 'Stale PRs' should use sentence-style capitalization.
docs/fern/pages/contribute/review-process.mdx|329 col 19| [Google.Passive] In general, use active voice instead of passive voice ('been updated').
docs/fern/pages/contribute/review-process.mdx|332 col 23| [Google.Passive] In general, use active voice instead of passive voice ('be closed').
docs/fern/pages/contribute/review-process.mdx|333 col 31| [Google.Contractions] Use 'isn't' instead of 'is not'.
docs/fern/pages/contribute/review-process.mdx|345 col 4| [Google.Headings] 'Getting help during review' should use sentence-style capitalization.
docs/fern/pages/contribute/review-process.mdx|358 col 44| [Google.We] Try to avoid using first-person plural like 'we'.
docs/fern/pages/contribute/review-process.mdx|369 col 18| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/review-process.mdx|371 col 97| [Google.We] Try to avoid using first-person plural like 'our'.
docs/fern/pages/contribute/substantial-contributions.mdx|2 col 28| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/substantial-contributions.mdx|15 col 31| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/substantial-contributions.mdx|44 col 29| [Google.Will] Avoid using 'will'.
docs/fern/pages/contribute/substantial-contributions.mdx|46 col 22| [Google.WordList] Use 'media type' instead of 'content type'.
docs/fern/pages/contribute/substantial-contributions.mdx|70 col 133| [Google.Passive] In general, use active voice instead of passive voice ('be created').
docs/fern/pages/contribute/substantial-contributions.mdx|82 col 38| [Google.Acronyms] Spell out 'WIP', if it's unfamiliar to the audience.
docs/fern/pages/contribute/substantial-contributions.mdx|168 col 5| [Google.Headings] 'Add visual aids' should use sentence-style capitalization.
docs/fern/pages/contribute/substantial-contributions.mdx|174 col 37| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/substantial-contributions.mdx|217 col 27| [Google.Passive] In general, use active voice instead of passive voice ('be tested').
docs/fern/pages/contribute/substantial-contributions.mdx|220 col 40| [Google.Passive] In general, use active voice instead of passive voice ('are documented').
docs/fern/pages/contribute/substantial-contributions.mdx|275 col 85| [Joblint.Competitive] Avoid using 'the best'
docs/fern/pages/contribute/substantial-contributions.mdx|277 col 28| [Google.Passive] In general, use active voice instead of passive voice ('is merged').
docs/fern/pages/contribute/substantial-contributions.mdx|279 col 1| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/substantial-contributions.mdx|279 col 77| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/substantial-contributions.mdx|285 col 116| [Google.Will] Avoid using 'will'.
docs/fern/pages/contribute/substantial-contributions.mdx|285 col 129| [Vale.Spelling] Did you really mean 'reshare'?
docs/fern/pages/contribute/substantial-contributions.mdx|289 col 4| [Google.Headings] 'Need help?' should use sentence-style capitalization.
docs/fern/pages/contribute/substantial-contributions.mdx|296 col 15| [Joblint.Visionary] Avoid using 'Reach out'
docs/fern/pages/contribute/substantial-contributions.mdx|300 col 27| [Google.Passive] In general, use active voice instead of passive voice ('are highlighted').
docs/fern/pages/contribute/substantial-contributions.mdx|304 col 16| [Vale.Spelling] Did you really mean 'shoutouts'?
docs/fern/pages/contribute/substantial-contributions.mdx|306 col 62| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/templates/how-to.mdx|103 col 48| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/how-to.mdx|106 col 5| [Google.Headings] 'Use clear headings' should use sentence-style capitalization.
docs/fern/pages/contribute/templates/how-to.mdx|120 col 11| [alex.ProfanityUnlikely] Be careful with 'Execution', it's profane in some cases.
docs/fern/pages/contribute/templates/how-to.mdx|162 col 22| [Google.Passive] In general, use active voice instead of passive voice ('is documented').
docs/fern/pages/contribute/templates/how-to.mdx|163 col 21| [Google.Passive] In general, use active voice instead of passive voice ('are listed').
docs/fern/pages/contribute/templates/how-to.mdx|164 col 13| [Google.Passive] In general, use active voice instead of passive voice ('are numbered').
docs/fern/pages/contribute/templates/how-to.mdx|166 col 21| [Google.Passive] In general, use active voice instead of passive voice ('are tested').
docs/fern/pages/contribute/templates/how-to.mdx|168 col 23| [Google.Passive] In general, use active voice instead of passive voice ('is linked').
docs/fern/pages/contribute/templates/how-to.mdx|169 col 44| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/reference.mdx|21 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/reference.mdx|23 col 3| [Google.WordList] Use 'command-line tool' instead of 'CLI'.
docs/fern/pages/contribute/templates/reference.mdx|143 col 1| [Google.Colons] ': N' should be in lowercase.
docs/fern/pages/contribute/templates/reference.mdx|147 col 15| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/reference.mdx|165 col 16| [Google.Passive] In general, use active voice instead of passive voice ('is set').
docs/fern/pages/contribute/templates/reference.mdx|197 col 22| [Google.Passive] In general, use active voice instead of passive voice ('are documented').
docs/fern/pages/contribute/templates/reference.mdx|200 col 20| [Google.Passive] In general, use active voice instead of passive voice ('is documented').
docs/fern/pages/contribute/templates/reference.mdx|200 col 34| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/reference.mdx|201 col 36| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/reference.mdx|202 col 40| [Google.Passive] In general, use active voice instead of passive voice ('are noted').
docs/fern/pages/contribute/templates/reference.mdx|203 col 29| [Google.Passive] In general, use active voice instead of passive voice ('is linked').
docs/fern/pages/contribute/templates/reference.mdx|204 col 25| [Google.Passive] In general, use active voice instead of passive voice ('been tested').
docs/fern/pages/contribute/templates/troubleshooting.mdx|20 col 10| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/contribute/templates/troubleshooting.mdx|119 col 11| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/contribute/templates/troubleshooting.mdx|123 col 28| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/contribute/templates/troubleshooting.mdx|130 col 3| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/troubleshooting.mdx|182 col 36| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/troubleshooting.mdx|369 col 15| [Google.Passive] In general, use active voice instead of passive voice ('is stated').
docs/fern/pages/contribute/templates/troubleshooting.mdx|371 col 28| [Google.Passive] In general, use active voice instead of passive voice ('are included').
docs/fern/pages/contribute/templates/troubleshooting.mdx|372 col 18| [Google.Passive] In general, use active voice instead of passive voice ('is explained').
docs/fern/pages/contribute/templates/troubleshooting.mdx|374 col 26| [Google.Passive] In general, use active voice instead of passive voice ('are provided').
docs/fern/pages/contribute/templates/troubleshooting.mdx|375 col 40| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/troubleshooting.mdx|376 col 32| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/troubleshooting.mdx|378 col 29| [Google.Passive] In general, use active voice instead of passive voice ('is linked').
docs/fern/pages/contribute/templates/tutorial.mdx|134 col 8| [alex.ProfanityUnlikely] Be careful with 'failure', it's profane in some cases.
docs/fern/pages/contribute/templates/tutorial.mdx|157 col 25| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/templates/tutorial.mdx|177 col 3| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/contribute/templates/tutorial.mdx|177 col 42| [Google.We] Try to avoid using first-person plural like 'Let's'.
docs/fern/pages/contribute/templates/tutorial.mdx|181 col 16| [Google.Passive] In general, use active voice instead of passive voice ('been created').
docs/fern/pages/contribute/templates/tutorial.mdx|432 col 25| [Google.Will] Avoid using 'will'.
docs/fern/pages/contribute/templates/tutorial.mdx|433 col 24| [Google.Will] Avoid using 'will'.
docs/fern/pages/contribute/templates/tutorial.mdx|436 col 16| [Google.Passive] In general, use active voice instead of passive voice ('are explained').
docs/fern/pages/contribute/templates/tutorial.mdx|438 col 15| [Google.Passive] In general, use active voice instead of passive voice ('is shown').
docs/fern/pages/docs/actions/click.mdx|16 col 1| [Google.Colons] ': I' should be in lowercase.
docs/fern/pages/docs/actions/click.mdx|16 col 69| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/click.mdx|22 col 13| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/click.mdx|23 col 15| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/click.mdx|24 col 18| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/click.mdx|32 col 27| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/click.mdx|49 col 23| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/click.mdx|66 col 30| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/click.mdx|86 col 34| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/click.mdx|127 col 4| [Google.Headings] 'Related Actions' should use sentence-style capitalization.
docs/fern/pages/docs/actions/click.mdx|130 col 46| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/actions/checkLink.mdx|11 col 10| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/checkLink.mdx|11 col 95| [Google.Passive] In general, use active voice instead of passive voice ('is provided').
docs/fern/pages/docs/actions/checkLink.mdx|11 col 125| [Google.Passive] In general, use active voice instead of passive voice ('be specified').
docs/fern/pages/docs/actions/checkLink.mdx|12 col 13| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/checkLink.mdx|12 col 165| [Google.Passive] In general, use active voice instead of passive voice ('is used').
docs/fern/pages/docs/actions/checkLink.mdx|13 col 18| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/checkLink.mdx|21 col 30| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/checkLink.mdx|38 col 30| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/checkLink.mdx|119 col 56| [Google.Passive] In general, use active voice instead of passive voice ('is set').
docs/fern/pages/docs/actions/checkLink.mdx|200 col 104| [Google.Passive] In general, use active voice instead of passive voice ('is expected').
docs/fern/pages/docs/actions/checkLink.mdx|212 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/checkLink.mdx|212 col 91| [Google.Passive] In general, use active voice instead of passive voice ('is deprecated').
docs/fern/pages/contribute/testing.mdx|9 col 4| [Google.Headings] 'When to add tests' should use sentence-style capitalization.
docs/fern/pages/contribute/testing.mdx|13 col 1| [Google.Passive] In general, use active voice instead of passive voice ('are required').
docs/fern/pages/contribute/testing.mdx|30 col 1| [Google.Contractions] Use 'aren't' instead of 'are not'.
docs/fern/pages/contribute/testing.mdx|44 col 17| [alex.ProfanityUnlikely] Be careful with 'execute', it's profane in some cases.
docs/fern/pages/contribute/testing.mdx|49 col 21| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/testing.mdx|50 col 12| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/testing.mdx|56 col 7| [Google.Passive] In general, use active voice instead of passive voice ('are defined').
docs/fern/pages/contribute/testing.mdx|94 col 12| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/testing.mdx|117 col 1| [Google.We] Try to avoid using first-person plural like 'Let's'.
docs/fern/pages/contribute/testing.mdx|162 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/testing.mdx|331 col 12| [alex.ProfanityUnlikely] Be careful with 'failure', it's profane in some cases.
docs/fern/pages/contribute/testing.mdx|357 col 10| [Google.Colons] ': A' should be in lowercase.
docs/fern/pages/contribute/testing.mdx|379 col 10| [Google.Colons] ': T' should be in lowercase.
docs/fern/pages/contribute/testing.mdx|379 col 35| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/contribute/testing.mdx|384 col 23| [Google.Passive] In general, use active voice instead of passive voice ('are installed').
docs/fern/pages/contribute/testing.mdx|389 col 10| [Google.Colons] ': S' should be in lowercase.
docs/fern/pages/contribute/testing.mdx|389 col 27| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/contribute/testing.mdx|427 col 24| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/testing.mdx|465 col 7| [Google.Passive] In general, use active voice instead of passive voice ('be run').
docs/fern/pages/contribute/testing.mdx|472 col 4| [alex.ProfanityUnlikely] Be careful with 'Failed', it's profane in some cases.
docs/fern/pages/contribute/testing.mdx|476 col 10| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/contribute/testing.mdx|478 col 47| [alex.ProfanityUnlikely] Be careful with 'failed', it's profane in some cases.
docs/fern/pages/contribute/testing.mdx|480 col 28| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/testing.mdx|489 col 33| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/contribute/testing.mdx|496 col 4| [Google.Headings] 'Getting help with tests' should use sentence-style capitalization.
docs/fern/pages/docs/actions/dragAndDrop.mdx|9 col 79| [Google.Passive] In general, use active voice instead of passive voice ('be specified').
docs/fern/pages/docs/actions/dragAndDrop.mdx|32 col 13| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/dragAndDrop.mdx|33 col 13| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/dragAndDrop.mdx|39 col 18| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/dragAndDrop.mdx|40 col 15| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/dragAndDrop.mdx|41 col 14| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/find.mdx|9 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/find.mdx|11 col 60| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/find.mdx|13 col 126| [Google.Passive] In general, use active voice instead of passive voice ('are found').
docs/fern/pages/docs/actions/find.mdx|13 col 198| [Google.Passive] In general, use active voice instead of passive voice ('is used').
docs/fern/pages/docs/actions/find.mdx|16 col 20| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/find.mdx|17 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/find.mdx|17 col 241| [Google.Passive] In general, use active voice instead of passive voice ('is required').
docs/fern/pages/docs/actions/find.mdx|18 col 16| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/find.mdx|21 col 85| [Google.Passive] In general, use active voice instead of passive voice ('be made').
docs/fern/pages/docs/actions/find.mdx|23 col 1| [Google.Colons] ': T' should be in lowercase.
docs/fern/pages/docs/actions/find.mdx|31 col 33| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/find.mdx|48 col 37| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/find.mdx|65 col 46| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/find.mdx|85 col 61| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/goTo.mdx|11 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/goTo.mdx|11 col 151| [Google.Passive] In general, use active voice instead of passive voice ('is provided').
docs/fern/pages/docs/actions/goTo.mdx|13 col 12| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/goTo.mdx|14 col 15| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/goTo.mdx|22 col 28| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/goTo.mdx|39 col 33| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/goTo.mdx|41 col 80| [Google.Passive] In general, use active voice instead of passive voice ('is set').
docs/fern/pages/docs/actions/goTo.mdx|103 col 84| [Google.Passive] In general, use active voice instead of passive voice ('be met').
docs/fern/pages/docs/actions/goTo.mdx|107 col 125| [Google.Passive] In general, use active voice instead of passive voice ('be specified').
docs/fern/pages/docs/actions/goTo.mdx|109 col 20| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|15 col 16| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|18 col 21| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|19 col 15| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|22 col 15| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|24 col 94| [Google.Contractions] Use 'isn't' instead of 'is not'.
docs/fern/pages/docs/actions/httpRequest.mdx|26 col 81| [Google.Passive] In general, use active voice instead of passive voice ('are loaded').
docs/fern/pages/docs/actions/httpRequest.mdx|27 col 26| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|28 col 22| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|29 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|30 col 21| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|34 col 1| [Google.Colons] ': T' should be in lowercase.
docs/fern/pages/docs/actions/httpRequest.mdx|34 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|42 col 5| [Google.Headings] 'Basic GET request (string shorthand)' should use sentence-style capitalization.
docs/fern/pages/docs/actions/httpRequest.mdx|42 col 23| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|59 col 5| [Google.Headings] 'Simple GET request (object format)' should use sentence-style capitalization.
docs/fern/pages/docs/actions/httpRequest.mdx|59 col 5| [alex.Condescending] Using 'Simple' may come across as condescending.
docs/fern/pages/docs/actions/httpRequest.mdx|59 col 24| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|78 col 5| [Google.Headings] 'POST request with JSON body' should use sentence-style capitalization.
docs/fern/pages/docs/actions/httpRequest.mdx|104 col 5| [Google.Headings] 'PUT request with headers and query parameters' should use sentence-style capitalization.
docs/fern/pages/docs/actions/httpRequest.mdx|104 col 5| [Google.Acronyms] Spell out 'PUT', if it's unfamiliar to the audience.
docs/fern/pages/docs/actions/httpRequest.mdx|169 col 28| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|171 col 63| [Google.Passive] In general, use active voice instead of passive voice ('is loaded').
docs/fern/pages/docs/actions/httpRequest.mdx|195 col 28| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|280 col 52| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/httpRequest.mdx|280 col 70| [Vale.Spelling] Did you really mean 'UUIDs'?
docs/fern/pages/docs/actions/httpRequest.mdx|384 col 62| [Google.Passive] In general, use active voice instead of passive voice ('are considered').
docs/fern/pages/docs/actions/httpRequest.mdx|384 col 90| [Google.Will] Avoid using 'will'.
docs/fern/pages/docs/actions/loadCookie.mdx|14 col 44| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/docs/actions/loadCookie.mdx|26 col 51| [Google.WordList] Use 'path' instead of 'file path'.
docs/fern/pages/docs/actions/loadCookie.mdx|59 col 95| [Google.Passive] In general, use active voice instead of passive voice ('be used').
docs/fern/pages/docs/actions/loadCookie.mdx|60 col 109| [Google.Passive] In general, use active voice instead of passive voice ('be used').
docs/fern/pages/docs/actions/loadCookie.mdx|62 col 99| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/record.mdx|3 col 46| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/docs/actions/record.mdx|7 col 75| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/record.mdx|7 col 90| [Google.Acronyms] Spell out 'GIF', if it's unfamiliar to the audience.
docs/fern/pages/docs/actions/record.mdx|7 col 125| [alex.ProfanityUnlikely] Be careful with 'failed', it's profane in some cases.
docs/fern/pages/docs/actions/record.mdx|7 col 222| [Google.Passive] In general, use active voice instead of passive voice ('is encountered').
docs/fern/pages/docs/actions/record.mdx|9 col 6| [Google.Colons] ': R' should be in lowercase.
docs/fern/pages/docs/actions/record.mdx|13 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/record.mdx|14 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/record.mdx|14 col 35| [Google.WordList] Use 'path' instead of 'file path'.
docs/fern/pages/docs/actions/record.mdx|16 col 13| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/record.mdx|16 col 28| [Google.WordList] Use 'path' instead of 'file path'.
docs/fern/pages/docs/actions/record.mdx|16 col 58| [Google.Will] Avoid using 'will'.
docs/fern/pages/docs/actions/record.mdx|16 col 63| [Google.Passive] In general, use active voice instead of passive voice ('be saved').
docs/fern/pages/docs/actions/record.mdx|16 col 125| [Google.Passive] In general, use active voice instead of passive voice ('is generated').
docs/fern/pages/docs/actions/record.mdx|17 col 18| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/record.mdx|17 col 63| [Google.Will] Avoid using 'will'.
docs/fern/pages/docs/actions/record.mdx|17 col 68| [Google.Passive] In general, use active voice instead of passive voice ('be saved').
docs/fern/pages/docs/actions/record.mdx|17 col 115| [Google.Passive] In general, use active voice instead of passive voice ('is ignored').
docs/fern/pages/docs/actions/record.mdx|18 col 18| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/record.mdx|20 col 1| [Google.Colons] ': Y' should be in lowercase.
docs/fern/pages/docs/actions/record.mdx|55 col 34| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/record.mdx|82 col 34| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runCode.mdx|2 col 8| [Vale.Spelling] Did you really mean 'runCode'?
docs/fern/pages/docs/actions/runCode.mdx|7 col 70| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runCode.mdx|18 col 13| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runCode.mdx|18 col 44| [alex.ProfanityUnlikely] Be careful with 'execute', it's profane in some cases.
docs/fern/pages/docs/actions/runCode.mdx|19 col 25| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runCode.mdx|20 col 16| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runCode.mdx|20 col 81| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/docs/actions/runCode.mdx|21 col 76| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/docs/actions/runCode.mdx|21 col 98| [Google.Contractions] Use 'isn't' instead of 'is not'.
docs/fern/pages/docs/actions/runCode.mdx|25 col 1| [Google.Colons] ': I' should be in lowercase.
docs/fern/pages/docs/actions/runCode.mdx|25 col 42| [Google.Passive] In general, use active voice instead of passive voice ('is specified').
docs/fern/pages/docs/actions/runCode.mdx|25 col 74| [Google.Passive] In general, use active voice instead of passive voice ('is set').
docs/fern/pages/docs/actions/runCode.mdx|27 col 13| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runCode.mdx|27 col 43| [Google.Contractions] Use 'isn't' instead of 'is not'.
docs/fern/pages/docs/actions/runCode.mdx|29 col 42| [Google.Passive] In general, use active voice instead of passive voice ('is replaced').
docs/fern/pages/docs/actions/runCode.mdx|33 col 1| [Google.Colons] ': T' should be in lowercase.
docs/fern/pages/docs/actions/runCode.mdx|65 col 21| [alex.Condescending] Using 'simple' may come across as condescending.
docs/fern/pages/docs/actions/runCode.mdx|86 col 12| [alex.ProfanityUnlikely] Be careful with 'failure', it's profane in some cases.
docs/fern/pages/docs/actions/runCode.mdx|86 col 47| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runCode.mdx|88 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runCode.mdx|88 col 116| [Google.Passive] In general, use active voice instead of passive voice ('is expected').
docs/fern/pages/docs/actions/runCode.mdx|88 col 131| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/docs/actions/runCode.mdx|109 col 41| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runCode.mdx|111 col 42| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/docs/actions/runCode.mdx|111 col 80| [Google.WordList] Use 'regular expression' instead of 'regex'.
docs/fern/pages/docs/actions/runCode.mdx|111 col 269| [Google.Passive] In general, use active voice instead of passive voice ('is indeed').
docs/fern/pages/docs/actions/runCode.mdx|111 col 279| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/docs/actions/runShell.mdx|9 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runShell.mdx|9 col 112| [alex.ProfanityUnlikely] Be careful with 'execute', it's profane in some cases.
docs/fern/pages/docs/actions/runShell.mdx|15 col 16| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runShell.mdx|15 col 52| [alex.ProfanityUnlikely] Be careful with 'execute', it's profane in some cases.
docs/fern/pages/docs/actions/runShell.mdx|16 col 13| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runShell.mdx|17 col 25| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runShell.mdx|18 col 16| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runShell.mdx|19 col 91| [Google.Contractions] Use 'isn't' instead of 'is not'.
docs/fern/pages/docs/actions/runShell.mdx|23 col 1| [Google.Colons] ': Y' should be in lowercase.
docs/fern/pages/docs/actions/runShell.mdx|23 col 131| [Google.Passive] In general, use active voice instead of passive voice ('is specified').
docs/fern/pages/docs/actions/runShell.mdx|23 col 160| [Google.Passive] In general, use active voice instead of passive voice ('is set').
docs/fern/pages/docs/actions/runShell.mdx|25 col 18| [Google.Passive] In general, use active voice instead of passive voice ('is set').
docs/fern/pages/docs/actions/runShell.mdx|25 col 67| [Google.Passive] In general, use active voice instead of passive voice ('is replaced').
docs/fern/pages/docs/actions/runShell.mdx|26 col 18| [Google.Passive] In general, use active voice instead of passive voice ('is set').
docs/fern/pages/docs/actions/runShell.mdx|26 col 38| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runShell.mdx|26 col 68| [Google.Contractions] Use 'isn't' instead of 'is not'.
docs/fern/pages/docs/actions/runShell.mdx|27 col 18| [Google.Passive] In general, use active voice instead of passive voice ('is set').
docs/fern/pages/docs/actions/runShell.mdx|31 col 1| [Google.Colons] ': T' should be in lowercase.
docs/fern/pages/docs/actions/runShell.mdx|39 col 25| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runShell.mdx|58 col 34| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runShell.mdx|100 col 12| [alex.ProfanityUnlikely] Be careful with 'failure', it's profane in some cases.
docs/fern/pages/docs/actions/runShell.mdx|102 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/runShell.mdx|102 col 105| [Google.Passive] In general, use active voice instead of passive voice ('is expected').
docs/fern/pages/docs/actions/runShell.mdx|102 col 120| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/docs/actions/runShell.mdx|124 col 23| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/docs/actions/runShell.mdx|124 col 61| [Google.WordList] Use 'regular expression' instead of 'regex'.
docs/fern/pages/docs/actions/runShell.mdx|124 col 215| [Google.Passive] In general, use active voice instead of passive voice ('is indeed').
docs/fern/pages/docs/actions/runShell.mdx|124 col 225| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/docs/actions/saveCookie.mdx|61 col 93| [Google.Passive] In general, use active voice instead of passive voice ('be used').
docs/fern/pages/docs/actions/saveCookie.mdx|62 col 109| [Google.Passive] In general, use active voice instead of passive voice ('be used').
docs/fern/pages/docs/actions/saveCookie.mdx|65 col 63| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/stopRecord.mdx|3 col 45| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/docs/actions/screenshot.mdx|12 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/screenshot.mdx|12 col 35| [Google.WordList] Use 'path' instead of 'file path'.
docs/fern/pages/docs/actions/screenshot.mdx|14 col 13| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/screenshot.mdx|14 col 28| [Google.WordList] Use 'path' instead of 'file path'.
docs/fern/pages/docs/actions/screenshot.mdx|14 col 59| [Google.Will] Avoid using 'will'.
docs/fern/pages/docs/actions/screenshot.mdx|14 col 64| [Google.Passive] In general, use active voice instead of passive voice ('be saved').
docs/fern/pages/docs/actions/screenshot.mdx|14 col 126| [Google.Passive] In general, use active voice instead of passive voice ('is generated').
docs/fern/pages/docs/actions/screenshot.mdx|15 col 18| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/screenshot.mdx|15 col 64| [Google.Will] Avoid using 'will'.
docs/fern/pages/docs/actions/screenshot.mdx|15 col 69| [Google.Passive] In general, use active voice instead of passive voice ('be saved').
docs/fern/pages/docs/actions/screenshot.mdx|15 col 116| [Google.Passive] In general, use active voice instead of passive voice ('is ignored').
docs/fern/pages/docs/actions/screenshot.mdx|16 col 21| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/screenshot.mdx|16 col 217| [Google.Passive] In general, use active voice instead of passive voice ('is enabled').
docs/fern/pages/docs/actions/screenshot.mdx|23 col 22| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/screenshot.mdx|24 col 18| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/screenshot.mdx|26 col 1| [Google.Colons] ': I' should be in lowercase.
docs/fern/pages/docs/actions/screenshot.mdx|26 col 50| [Google.Passive] In general, use active voice instead of passive voice ('is set').
docs/fern/pages/docs/actions/screenshot.mdx|53 col 47| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/screenshot.mdx|70 col 53| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/screenshot.mdx|72 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/screenshot.mdx|72 col 120| [alex.ProfanityUnlikely] Be careful with 'failure', it's profane in some cases.
docs/fern/pages/docs/actions/screenshot.mdx|94 col 38| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/screenshot.mdx|119 col 32| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/docs/actions/type.mdx|3 col 35| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/actions/type.mdx|7 col 52| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/actions/type.mdx|12 col 78| [Google.Passive] In general, use active voice instead of passive voice ('is typed').
docs/fern/pages/docs/actions/type.mdx|12 col 139| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/actions/type.mdx|14 col 13| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/type.mdx|15 col 19| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/type.mdx|19 col 4| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'Special'.
docs/fern/pages/docs/actions/type.mdx|21 col 13| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/actions/type.mdx|21 col 94| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/actions/type.mdx|23 col 18| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/actions/type.mdx|86 col 22| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/type.mdx|114 col 49| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/actions/type.mdx|151 col 34| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/get-started/concepts.md|37 col 69| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/get-started/concepts.md|37 col 129| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/get-started/concepts.md|42 col 56| [Google.WordList] Use 'app' instead of 'application'.
docs/fern/pages/docs/actions/wait.mdx|7 col 31| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/docs/config/contexts.md|3 col 34| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|6 col 121| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|8 col 25| [Google.Passive] In general, use active voice instead of passive voice ('are needed').
docs/fern/pages/docs/config/contexts.md|8 col 106| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|10 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|12 col 176| [Google.Passive] In general, use active voice instead of passive voice ('is specified').
docs/fern/pages/docs/config/contexts.md|12 col 314| [Google.Will] Avoid using 'will'.
docs/fern/pages/docs/config/contexts.md|24 col 10| [Google.Passive] In general, use active voice instead of passive voice ('are defined').
docs/fern/pages/docs/config/contexts.md|49 col 103| [Google.Passive] In general, use active voice instead of passive voice ('are supported').
docs/fern/pages/docs/config/contexts.md|51 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|52 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|53 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|53 col 61| [Google.Passive] In general, use active voice instead of passive voice ('be used').
docs/fern/pages/docs/config/contexts.md|56 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|82 col 6| [Google.Headings] 'Chrome Dimensions and Visibility' should use sentence-style capitalization.
docs/fern/pages/docs/config/contexts.md|84 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|84 col 121| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|84 col 122| [Google.Contractions] Use 'that's' instead of 'that is'.
docs/fern/pages/docs/config/contexts.md|104 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|117 col 6| [Google.Headings] 'Firefox Dimensions and Visibility' should use sentence-style capitalization.
docs/fern/pages/docs/config/contexts.md|119 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|135 col 1| [Google.Headings] 'WebKit ( ****** or ****** )' should use sentence-style capitalization.
docs/fern/pages/docs/config/contexts.md|135 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|144 col 49| [Google.Passive] In general, use active voice instead of passive voice ('is checked').
docs/fern/pages/docs/config/contexts.md|144 col 81| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|146 col 6| [Google.Colons] ': T' should be in lowercase.
docs/fern/pages/docs/config/contexts.md|157 col 6| [Google.Headings] 'WebKit/Safari Dimensions' should use sentence-style capitalization.
docs/fern/pages/docs/config/contexts.md|159 col 1| [Google.Contractions] Use 'doesn't' instead of 'does not'.
docs/fern/pages/docs/config/contexts.md|179 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|180 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|181 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|183 col 29| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|183 col 128| [alex.ProfanityUnlikely] Be careful with 'executed', it's profane in some cases.
docs/fern/pages/docs/config/contexts.md|183 col 184| [Google.Passive] In general, use active voice instead of passive voice ('is omitted').
docs/fern/pages/docs/config/contexts.md|205 col 5| [Google.Headings] 'Basic Contexts' should use sentence-style capitalization.
docs/fern/pages/docs/config/contexts.md|234 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|262 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/config/contexts.md|281 col 5| [Google.Headings] 'Contexts in a Test' should use sentence-style capitalization.
docs/fern/pages/docs/get-started/ci.mdx|6 col 45| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/get-started/ci.mdx|8 col 4| [Google.Headings] 'Set up the GitHub Action' should use sentence-style capitalization.
docs/fern/pages/docs/get-started/ci.mdx|24 col 55| [Google.Passive] In general, use active voice instead of passive voice ('is opened').
docs/fern/pages/docs/get-started/ci.mdx|42 col 48| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/get-started/ci.mdx|47 col 12| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/docs/get-started/ci.mdx|81 col 5| [Google.Headings] 'Pull request options' should use sentence-style capitalization.
docs/fern/pages/docs/get-started/ci.mdx|93 col 26| [alex.ProfanityUnlikely] Be careful with 'failure', it's profane in some cases.
docs/fern/pages/docs/get-started/ci.mdx|95 col 10| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/docs/get-started/ci.mdx|120 col 20| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/docs/get-started/ci.mdx|135 col 42| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/get-started/ci.mdx|136 col 38| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/get-started/ci.mdx|150 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/get-started/installation.mdx|6 col 99| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/get-started/installation.mdx|75 col 1| [Google.Exclamation] Don't use exclamation points in text.
docs/fern/pages/docs/get-started/installation.mdx|77 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/get-started/create-your-first-test.mdx|7 col 4| [Google.Contractions] Use 'what's' instead of 'What is'.
docs/fern/pages/docs/get-started/create-your-first-test.mdx|204 col 86| [Google.Passive] In general, use active voice instead of passive voice ('was saved').
docs/fern/pages/docs/get-started/resources.mdx|10 col 81| [Joblint.Competitive] Avoid using 'the best'
docs/fern/pages/docs/get-started/integrations.mdx|6 col 26| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/docs/get-started/integrations.mdx|6 col 184| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/docs/get-started/integrations.mdx|10 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/get-started/integrations.mdx|10 col 57| [alex.ProfanityUnlikely] Be careful with 'failure', it's profane in some cases.
docs/fern/pages/docs/get-started/integrations.mdx|12 col 15| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/docs/get-started/integrations.mdx|19 col 14| [Vale.Spelling] Did you really mean 'Anthropic's'?
docs/fern/pages/docs/get-started/integrations.mdx|22 col 12| [Vale.Spelling] Did you really mean 'Dosu'?
docs/fern/pages/docs/get-started/integrations.mdx|23 col 18| [Vale.Spelling] Did you really mean 'Promptless'?
docs/fern/pages/docs/get-started/integrations.mdx|72 col 80| [Google.Passive] In general, use active voice instead of passive voice ('being mentioned').
docs/fern/pages/docs/get-started/integrations.mdx|74 col 35| [Vale.Spelling] Did you really mean 'Dosu'?
docs/fern/pages/docs/get-started/integrations.mdx|75 col 18| [Vale.Spelling] Did you really mean 'Promptless'?
docs/fern/pages/docs/get-started/sample-tests.mdx|97 col 9| [Google.Colons] ': A' should be in lowercase.
docs/fern/pages/docs/input-formats/asciidoc.mdx|87 col 22| [Google.WordList] Use 'capability' or 'feature' instead of 'functionality'.
docs/fern/pages/docs/input-formats/asciidoc.mdx|114 col 4| [Google.Headings] 'JSON and YAML syntax' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/asciidoc.mdx|140 col 4| [Google.Headings] 'Integration with AsciiDoc toolchains' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/asciidoc.mdx|140 col 30| [Vale.Spelling] Did you really mean 'toolchains'?
docs/fern/pages/docs/input-formats/asciidoc.mdx|144 col 17| [Vale.Spelling] Did you really mean 'toolchains'?
docs/fern/pages/docs/input-formats/asciidoc.mdx|146 col 5| [Vale.Spelling] Did you really mean 'Asciidoctor'?
docs/fern/pages/docs/input-formats/asciidoc.mdx|147 col 5| [Vale.Spelling] Did you really mean 'Antora'?
docs/fern/pages/docs/input-formats/asciidoc.mdx|155 col 37| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/custom.mdx|40 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/custom.mdx|41 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/custom.mdx|42 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/custom.mdx|43 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/custom.mdx|44 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/custom.mdx|45 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/custom.mdx|60 col 5| [Google.Headings] 'Example: Custom Markdown pattern' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/custom.mdx|106 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/custom.mdx|106 col 59| [Google.Passive] In general, use active voice instead of passive voice ('are substituted').
docs/fern/pages/docs/input-formats/custom.mdx|135 col 101| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/custom.mdx|158 col 5| [Google.Headings] 'Example: Enhanced Markdown' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/custom.mdx|160 col 18| [Google.Acronyms] Spell out 'RST', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/custom.mdx|260 col 56| [Google.Passive] In general, use active voice instead of passive voice ('were detected').
docs/fern/pages/docs/input-formats/custom.mdx|289 col 42| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/input-formats/custom.mdx|289 col 64| [Google.WordList] Use 'regular expression' instead of 'regex'.
docs/fern/pages/docs/input-formats/custom.mdx|290 col 14| [Google.WordList] Use 'regular expression' instead of 'regex'.
docs/fern/pages/docs/input-formats/custom.mdx|299 col 34| [Vale.Spelling] Did you really mean 'DSLs'?
docs/fern/pages/docs/input-formats/custom.mdx|306 col 56| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/html.mdx|90 col 22| [Google.WordList] Use 'capability' or 'feature' instead of 'functionality'.
docs/fern/pages/docs/input-formats/html.mdx|122 col 4| [Google.Headings] 'JSON and YAML syntax' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/html.mdx|148 col 4| [Google.Headings] 'Integration with HTML toolchains' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/html.mdx|148 col 26| [Vale.Spelling] Did you really mean 'toolchains'?
docs/fern/pages/docs/input-formats/html.mdx|150 col 82| [Google.WordList] Use 'capability' or 'feature' instead of 'functionality'.
docs/fern/pages/docs/input-formats/html.mdx|156 col 26| [Google.Acronyms] Spell out 'CHM', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/html.mdx|159 col 4| [Google.Headings] 'Working with templated HTML' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/html.mdx|159 col 17| [Vale.Spelling] Did you really mean 'templated'?
docs/fern/pages/docs/input-formats/html.mdx|161 col 31| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/html.mdx|161 col 60| [Google.Acronyms] Spell out 'EJS', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/html.mdx|174 col 56| [Google.Passive] In general, use active voice instead of passive voice ('be processed').
docs/fern/pages/docs/input-formats/html.mdx|180 col 37| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|2 col 8| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|3 col 16| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|13 col 1| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|13 col 6| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/dita.mdx|13 col 122| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|17 col 25| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|25 col 1| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|35 col 5| [Google.Headings] 'YAML format' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/dita.mdx|46 col 5| [Google.Headings] 'XML attribute format' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/dita.mdx|54 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/dita.mdx|54 col 71| [Vale.Spelling] Did you really mean 'booleans'?
docs/fern/pages/docs/input-formats/dita.mdx|56 col 5| [Google.Headings] 'HTML comment syntax' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/dita.mdx|68 col 4| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|70 col 1| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|75 col 36| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/dita.mdx|79 col 32| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/dita.mdx|83 col 37| [Google.WordList] Use 'app' instead of 'application'.
docs/fern/pages/docs/input-formats/dita.mdx|85 col 11| [alex.ProfanityUnlikely] Be careful with 'Execution', it's profane in some cases.
docs/fern/pages/docs/input-formats/dita.mdx|86 col 34| [alex.ProfanityUnlikely] Be careful with 'execute', it's profane in some cases.
docs/fern/pages/docs/input-formats/dita.mdx|108 col 11| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/docs/input-formats/dita.mdx|109 col 8| [alex.ProfanityUnlikely] Be careful with 'execute', it's profane in some cases.
docs/fern/pages/docs/input-formats/dita.mdx|111 col 30| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|115 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/dita.mdx|115 col 16| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|116 col 27| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|120 col 33| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/dita.mdx|122 col 12| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|126 col 6| [Google.Headings] 'clickUiControl' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/dita.mdx|128 col 52| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|139 col 22| [Vale.Spelling] Did you really mean 'testuser'?
docs/fern/pages/docs/input-formats/dita.mdx|142 col 6| [Google.Headings] 'navigateToXref' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/dita.mdx|152 col 13| [alex.ProfanityUnlikely] Be careful with 'execute', it's profane in some cases.
docs/fern/pages/docs/input-formats/dita.mdx|152 col 48| [Vale.Spelling] Did you really mean 'codeblocks'?
docs/fern/pages/docs/input-formats/dita.mdx|156 col 30| [alex.ProfanityUnlikely] Be careful with 'execute', it's profane in some cases.
docs/fern/pages/docs/input-formats/dita.mdx|158 col 6| [Google.Headings] 'verifySystemOutput' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/dita.mdx|166 col 6| [Google.Headings] 'checkExternalXref' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/dita.mdx|175 col 37| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|179 col 20| [alex.ProfanityUnlikely] Be careful with 'execute', it's profane in some cases.
docs/fern/pages/docs/input-formats/dita.mdx|189 col 3| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/dita.mdx|270 col 41| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/overview.mdx|12 col 70| [Google.Acronyms] Spell out 'MDX', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/overview.mdx|13 col 6| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/overview.mdx|21 col 15| [Google.Passive] In general, use active voice instead of passive voice ('are defined').
docs/fern/pages/docs/input-formats/overview.mdx|24 col 47| [Google.Passive] In general, use active voice instead of passive voice ('be processed').
docs/fern/pages/docs/input-formats/overview.mdx|60 col 59| [Vale.Spelling] Did you really mean 'toolchain'?
docs/fern/pages/docs/input-formats/overview.mdx|63 col 9| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/overview.mdx|76 col 4| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/markdown.mdx|4 col 47| [Google.Acronyms] Spell out 'MDX', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/markdown.mdx|7 col 110| [Google.Acronyms] Spell out 'MDX', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/markdown.mdx|21 col 24| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/markdown.mdx|21 col 41| [Google.Acronyms] Spell out 'MDX', if it's unfamiliar to the audience.
docs/fern/pages/docs/input-formats/markdown.mdx|46 col 63| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/markdown.mdx|47 col 33| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/markdown.mdx|50 col 40| [Google.Contractions] Use 'shouldn't' instead of 'should not'.
docs/fern/pages/docs/input-formats/markdown.mdx|50 col 51| [Google.Passive] In general, use active voice instead of passive voice ('be executed').
docs/fern/pages/docs/input-formats/markdown.mdx|50 col 54| [alex.ProfanityUnlikely] Be careful with 'executed', it's profane in some cases.
docs/fern/pages/docs/input-formats/markdown.mdx|56 col 5| [Google.Headings] 'Default Markdown patterns' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/markdown.mdx|146 col 33| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/markdown.mdx|151 col 6| [Google.Headings] 'clickOnscreenText' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/markdown.mdx|159 col 6| [Google.Headings] 'findOnscreenText' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/markdown.mdx|206 col 6| [Vale.Spelling] Did you really mean 'runCode'?
docs/fern/pages/docs/input-formats/markdown.mdx|206 col 6| [Google.Headings] 'runCode' should use sentence-style capitalization.
docs/fern/pages/docs/input-formats/markdown.mdx|210 col 31| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/markdown.mdx|211 col 6| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/docs/input-formats/markdown.mdx|217 col 59| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/input-formats/markdown.mdx|285 col 36| [Google.Passive] In general, use active voice instead of passive voice ('are detected').
docs/fern/pages/docs/input-formats/markdown.mdx|286 col 30| [Google.Passive] In general, use active voice instead of passive voice ('is defined').
docs/fern/pages/docs/intro.mdx|48 col 301| [Google.Passive] In general, use active voice instead of passive voice ('are marked').
docs/fern/pages/docs/intro.mdx|59 col 16| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/intro.mdx|85 col 115| [Vale.Spelling] Did you really mean 'deprioritized'?
docs/fern/pages/docs/selectors/css.mdx|16 col 4| [Google.Headings] 'Basic CSS selector patterns' should use sentence-style capitalization.
docs/fern/pages/docs/selectors/css.mdx|184 col 68| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/docs/selectors/css.mdx|200 col 5| [Google.Headings] 'nth-child' should use sentence-style capitalization.
docs/fern/pages/docs/selectors/css.mdx|218 col 1| [Joblint.Competitive] Avoid using 'The best'
docs/fern/pages/docs/selectors/css.mdx|230 col 116| [Google.Passive] In general, use active voice instead of passive voice ('are designed').
docs/fern/pages/docs/selectors/css.mdx|339 col 73| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/selectors/css.mdx|342 col 4| [Google.Acronyms] Spell out 'MDN', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/detected.mdx|8 col 206| [Google.Passive] In general, use active voice instead of passive voice ('are generated').
docs/fern/pages/docs/tests/detected.mdx|10 col 98| [Google.Passive] In general, use active voice instead of passive voice ('be covered').
docs/fern/pages/docs/tests/detected.mdx|18 col 62| [Google.Passive] In general, use active voice instead of passive voice ('are tested').
docs/fern/pages/docs/tests/detected.mdx|25 col 65| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/detected.mdx|38 col 5| [Vale.Spelling] Did you really mean 'runCode'?
docs/fern/pages/docs/tests/detected.mdx|42 col 5| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/detected.mdx|50 col 35| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/detected.mdx|50 col 89| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/detected.mdx|50 col 269| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/detected.mdx|52 col 5| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/detected.mdx|60 col 18| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/detected.mdx|60 col 82| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/detected.mdx|139 col 192| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/tests/detected.mdx|139 col 255| [Google.WordList] Use 'regular expression' instead of 'regex'.
docs/fern/pages/docs/tests/inline.mdx|30 col 35| [Google.Passive] In general, use active voice instead of passive voice ('are defined').
docs/fern/pages/docs/tests/inline.mdx|31 col 5| [alex.Condescending] Using 'Easy' may come across as condescending.
docs/fern/pages/docs/tests/inline.mdx|31 col 109| [Google.Passive] In general, use active voice instead of passive voice ('be updated').
docs/fern/pages/docs/tests/inline.mdx|35 col 18| [Google.Passive] In general, use active voice instead of passive voice ('be combined').
docs/fern/pages/docs/tests/inline.mdx|41 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/tests/inline.mdx|50 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/tests/inline.mdx|57 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/tests/inline.mdx|64 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/tests/inline.mdx|64 col 3| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/inline.mdx|66 col 1| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/inline.mdx|66 col 6| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/tests/inline.mdx|68 col 1| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/inline.mdx|95 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/tests/inline.mdx|95 col 71| [Vale.Spelling] Did you really mean 'booleans'?
docs/fern/pages/legal/privacy-policy-companion.md|5 col 15| [Google.Colons] ': D' should be in lowercase.
docs/fern/pages/legal/privacy-policy-companion.md|7 col 64| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/legal/privacy-policy-companion.md|7 col 110| [Google.We] Try to avoid using first-person plural like 'we'.
docs/fern/pages/legal/privacy-policy-companion.md|7 col 127| [Google.We] Try to avoid using first-person plural like 'we'.
docs/fern/pages/legal/privacy-policy-companion.md|9 col 4| [Google.Headings] '1. Data Collection and Usage' should use sentence-style capitalization.
docs/fern/pages/legal/privacy-policy-companion.md|17 col 4| [Google.Headings] '2. Data Handling' should use sentence-style capitalization.
docs/fern/pages/legal/privacy-policy-companion.md|19 col 119| [Google.Passive] In general, use active voice instead of passive voice ('is sent').
docs/fern/pages/legal/privacy-policy-companion.md|21 col 178| [Google.Passive] In general, use active voice instead of passive voice ('are stored').
docs/fern/pages/legal/privacy-policy-companion.md|23 col 17| [Google.We] Try to avoid using first-person plural like 'We'.
docs/fern/pages/legal/privacy-policy-companion.md|25 col 4| [Google.Headings] '3. Third-Party Services' should use sentence-style capitalization.
docs/fern/pages/legal/privacy-policy-companion.md|33 col 4| [Google.Headings] '5. Changes to this Privacy Policy' should use sentence-style capitalization.
docs/fern/pages/legal/privacy-policy-companion.md|35 col 1| [Google.We] Try to avoid using first-person plural like 'We'.
docs/fern/pages/legal/privacy-policy-companion.md|35 col 57| [Google.We] Try to avoid using first-person plural like 'our'.
docs/fern/pages/legal/privacy-policy-companion.md|35 col 77| [Google.We] Try to avoid using first-person plural like 'We'.
docs/fern/pages/legal/privacy-policy-companion.md|37 col 15| [Google.We] Try to avoid using first-person plural like 'us'.
docs/fern/pages/legal/privacy-policy-companion.md|41 col 115| [Google.Contractions] Use 'don't' instead of 'do not'.
docs/fern/pages/docs/selectors/xpath.mdx|6 col 7| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/selectors/xpath.mdx|13 col 40| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/selectors/xpath.mdx|23 col 65| [Google.Passive] In general, use active voice instead of passive voice ('be recognized').
docs/fern/pages/docs/selectors/xpath.mdx|23 col 88| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/selectors/xpath.mdx|25 col 5| [Google.Headings] 'Absolute vs. relative paths' should use sentence-style capitalization.
docs/fern/pages/docs/selectors/xpath.mdx|115 col 51| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/docs/selectors/xpath.mdx|129 col 60| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/selectors/xpath.mdx|145 col 5| [Google.Headings] 'OR conditions' should use sentence-style capitalization.
docs/fern/pages/docs/selectors/xpath.mdx|169 col 4| [Google.Headings] 'Navigating the DOM' should use sentence-style capitalization.
docs/fern/pages/docs/selectors/xpath.mdx|195 col 27| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/selectors/xpath.mdx|217 col 60| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/docs/selectors/xpath.mdx|217 col 61| [Google.WordList] Use 'email' instead of 'Email'.
docs/fern/pages/docs/selectors/xpath.mdx|243 col 50| [Google.Quotes] Commas and periods go inside quotation marks.
docs/fern/pages/docs/selectors/xpath.mdx|355 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/selectors/xpath.mdx|427 col 17| [Google.Passive] In general, use active voice instead of passive voice ('is nested').
docs/fern/pages/docs/selectors/xpath.mdx|449 col 5| [Google.Headings] 'Find button by aria-label' should use sentence-style capitalization.
docs/fern/pages/docs/selectors/xpath.mdx|557 col 25| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/selectors/xpath.mdx|572 col 25| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/selectors/xpath.mdx|599 col 65| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/selectors/xpath.mdx|602 col 4| [Google.Acronyms] Spell out 'MDN', if it's unfamiliar to the audience.
docs/fern/pages/docs/tests/overview.mdx|6 col 73| [Google.Passive] In general, use active voice instead of passive voice ('are made').
docs/fern/pages/docs/tests/overview.mdx|8 col 76| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/tests/overview.mdx|8 col 198| [Google.Passive] In general, use active voice instead of passive voice ('are shared').
docs/fern/pages/docs/tests/overview.mdx|23 col 113| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/docs/tests/overview.mdx|24 col 8| [Vale.Spelling] Did you really mean 'runCode'?
docs/fern/pages/docs/tests/overview.mdx|27 col 56| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/tests/overview.mdx|27 col 116| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/docs/tests/overview.mdx|35 col 56| [alex.ProfanityUnlikely] Be careful with 'failure', it's profane in some cases.
docs/fern/pages/docs/tests/overview.mdx|45 col 59| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/docs/tests/overview.mdx|47 col 56| [Google.Passive] In general, use active voice instead of passive voice ('are skipped').
docs/fern/pages/docs/tests/overview.mdx|47 col 85| [Google.Passive] In general, use active voice instead of passive voice ('is marked').
docs/fern/pages/docs/tests/overview.mdx|49 col 13| [Google.Passive] In general, use active voice instead of passive voice ('is skipped').
docs/fern/pages/docs/tests/overview.mdx|103 col 18| [Google.Passive] In general, use active voice instead of passive voice ('is captured').
docs/fern/pages/docs/tests/overview.mdx|104 col 25| [Google.Passive] In general, use active voice instead of passive voice ('is updated').
docs/fern/pages/docs/tests/overview.mdx|160 col 70| [Google.Passive] In general, use active voice instead of passive voice ('are read').
docs/fern/pages/docs/tests/standalone.mdx|13 col 23| [alex.ProfanityUnlikely] Be careful with 'harder', it's profane in some cases.
docs/fern/pages/reference/schemas/browser.md|18 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/browser.md|19 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/capture-screenshot-detailed.md|2 col 28| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/capture-screenshot-detailed.md|13 col 100| [Google.WordList] Use 'filename' instead of 'file name'.
docs/fern/pages/reference/schemas/capture-screenshot-detailed.md|15 col 316| [Google.Passive] In general, use active voice instead of passive voice ('is ignored').
docs/fern/pages/reference/schemas/click-element-detailed.md|2 col 23| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/click-element-detailed.md|8 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/check-link-detailed.md|2 col 20| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/check-link-detailed.md|15 col 79| [Google.Passive] In general, use active voice instead of passive voice ('is provided').
docs/fern/pages/reference/schemas/check-link-detailed.md|15 col 106| [Google.Passive] In general, use active voice instead of passive voice ('be specified').
docs/fern/pages/reference/schemas/check-link-detailed.md|17 col 142| [Google.Contractions] Use 'what's' instead of 'what is'.
docs/fern/pages/reference/schemas/check-link-detailed.md|17 col 147| [Google.Passive] In general, use active voice instead of passive voice ('is specified').
docs/fern/pages/reference/schemas/common.md|18 col 242| [Google.Passive] In general, use active voice instead of passive voice ('are enabled').
docs/fern/pages/reference/schemas/common.md|19 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/common.md|20 col 19| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/common.md|21 col 101| [Google.Passive] In general, use active voice instead of passive voice ('is enabled').
docs/fern/pages/reference/schemas/common.md|21 col 126| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/reference/schemas/common.md|21 col 136| [Google.Will] Avoid using 'will'.
docs/fern/pages/reference/schemas/common.md|21 col 176| [Google.Passive] In general, use active voice instead of passive voice ('is enabled').
docs/fern/pages/index.mdx|32 col 12| [Google.Passive] In general, use active voice instead of passive voice ('is tested').
docs/fern/pages/index.mdx|53 col 56| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/index.mdx|54 col 95| [Google.Passive] In general, use active voice instead of passive voice ('are expected').
docs/fern/pages/index.mdx|55 col 40| [Google.Passive] In general, use active voice instead of passive voice ('is executed').
docs/fern/pages/index.mdx|55 col 43| [alex.ProfanityUnlikely] Be careful with 'executed', it's profane in some cases.
docs/fern/pages/index.mdx|56 col 54| [alex.ProfanityUnlikely] Be careful with 'failed', it's profane in some cases.
docs/fern/pages/reference/schemas/context.md|5 col 53| [Google.Passive] In general, use active voice instead of passive voice ('are specified').
docs/fern/pages/reference/schemas/context.md|5 col 81| [Google.Passive] In general, use active voice instead of passive voice ('is required').
docs/fern/pages/reference/schemas/context.md|5 col 269| [Google.Passive] In general, use active voice instead of passive voice ('is required').
docs/fern/pages/reference/schemas/context.md|5 col 317| [Google.Will] Avoid using 'will'.
docs/fern/pages/reference/schemas/crop-by-element-detailed.md|2 col 25| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/crop-by-element-detailed.md|9 col 23| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/doc-detective-orchestration-api.md|15 col 1| [Vale.Spelling] Did you really mean 'apiKey'?
docs/fern/pages/reference/schemas/config.md|14 col 64| [Google.OptionalPlurals] Don't use plurals in parentheses such as in 'Path(s)'.
docs/fern/pages/reference/schemas/config.md|14 col 68| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/config.md|15 col 112| [Google.WordList] Use 'path' instead of 'file path'.
docs/fern/pages/reference/schemas/config.md|15 col 122| [Google.Passive] In general, use active voice instead of passive voice ('is specified').
docs/fern/pages/reference/schemas/config.md|15 col 172| [Google.WordList] Use 'filename' instead of 'file name'.
docs/fern/pages/reference/schemas/config.md|15 col 197| [Google.WordList] Use 'path' instead of 'file path'.
docs/fern/pages/reference/schemas/config.md|15 col 216| [Google.Passive] In general, use active voice instead of passive voice ('is controlled').
docs/fern/pages/reference/schemas/config.md|17 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/config.md|17 col 60| [Google.Passive] In general, use active voice instead of passive voice ('be interpreted').
docs/fern/pages/reference/schemas/config.md|20 col 68| [Google.OptionalPlurals] Don't use plurals in parentheses such as in 'Path(s)'.
docs/fern/pages/reference/schemas/config.md|20 col 72| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/config.md|21 col 67| [Google.OptionalPlurals] Don't use plurals in parentheses such as in 'Path(s)'.
docs/fern/pages/reference/schemas/config.md|21 col 71| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/config.md|25 col 60| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/reference/schemas/config.md|27 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/config.md|28 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/config.md|29 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/config.md|30 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/config.md|31 col 118| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/config.md|32 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/file-type-custom.md|2 col 19| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/file-type-custom.md|16 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/file-type-custom.md|17 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/file-type-executable.md|2 col 19| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/file-type-executable.md|14 col 216| [Google.WordList] Use 'path' instead of 'file path'.
docs/fern/pages/reference/schemas/find-element-and-click.md|7 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/go-to-url-detailed.md|2 col 19| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/go-to-url-detailed.md|15 col 85| [Google.Passive] In general, use active voice instead of passive voice ('is provided').
docs/fern/pages/reference/schemas/go-to-url-detailed.md|15 col 110| [Google.Passive] In general, use active voice instead of passive voice ('is specified').
docs/fern/pages/reference/schemas/go-to-url-detailed.md|15 col 162| [Google.Passive] In general, use active voice instead of passive voice ('is provided').
docs/fern/pages/reference/schemas/find-element-detailed.md|2 col 22| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/inline-statement-definition.md|9 col 14| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/inline-statement-definition.md|15 col 141| [Google.Passive] In general, use active voice instead of passive voice ('are used').
docs/fern/pages/reference/schemas/inline-statement-definition.md|15 col 175| [Google.Passive] In general, use active voice instead of passive voice ('is used').
docs/fern/pages/reference/schemas/inline-statement-definition.md|15 col 223| [Google.Passive] In general, use active voice instead of passive voice ('are used').
docs/fern/pages/reference/schemas/inline-statement-definition.md|15 col 250| [Google.Passive] In general, use active voice instead of passive voice ('is used').
docs/fern/pages/reference/schemas/inline-statement-definition.md|17 col 139| [Google.Passive] In general, use active voice instead of passive voice ('be ignored').
docs/fern/pages/reference/schemas/http-request-detailed.md|2 col 22| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/http-request-detailed.md|15 col 114| [Google.Contractions] Use 'what's' instead of 'what is'.
docs/fern/pages/reference/schemas/http-request-detailed.md|15 col 119| [Google.Passive] In general, use active voice instead of passive voice ('is specified').
docs/fern/pages/reference/schemas/http-request-detailed.md|18 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/http-request-detailed.md|19 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/http-request-detailed.md|23 col 304| [Google.Passive] In general, use active voice instead of passive voice ('is ignored').
docs/fern/pages/reference/schemas/load-cookie-detailed.md|2 col 21| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/load-cookie-detailed.md|18 col 105| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/markup-definition.md|7 col 14| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/markup-definition.md|14 col 1| [Google.WordList] Use 'regular expression' instead of 'regex'.
docs/fern/pages/reference/schemas/markup-definition.md|15 col 59| [Google.Passive] In general, use active voice instead of passive voice ('are combined').
docs/fern/pages/reference/schemas/markup-definition.md|16 col 69| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/markup-definition.md|16 col 128| [Google.Passive] In general, use active voice instead of passive voice ('is detected').
docs/fern/pages/reference/schemas/padding-detailed.md|2 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/padding-detailed.md|9 col 20| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/record-detailed.md|2 col 16| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/record-detailed.md|13 col 130| [Google.WordList] Use 'filename' instead of 'file name'.
docs/fern/pages/reference/schemas/request-body-object.md|2 col 22| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/record.md|15 col 178| [Google.Passive] In general, use active voice instead of passive voice ('be followed').
docs/fern/pages/reference/schemas/record.md|15 col 248| [Google.Contractions] Use 'they're' instead of 'they are'.
docs/fern/pages/reference/schemas/request-headers-object.md|2 col 25| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/openapi.md|9 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/openapi.md|21 col 20| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/openapi.md|21 col 172| [Google.Contractions] Use 'shouldn't' instead of 'should not'.
docs/fern/pages/reference/schemas/openapi.md|23 col 148| [Google.Passive] In general, use active voice instead of passive voice ('is used').
docs/fern/pages/reference/schemas/openapi.md|28 col 234| [Google.Passive] In general, use active voice instead of passive voice ('is used').
docs/fern/pages/reference/schemas/openapi.md|29 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/request.md|7 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/request.md|14 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/resolved-context.md|14 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/resolved-context.md|16 col 24| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/resolved-context.md|16 col 139| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/reference/schemas/resolved-context.md|16 col 229| [Google.Contractions] Use 'aren't' instead of 'are not'.
docs/fern/pages/reference/schemas/resolved-context.md|16 col 237| [alex.ProfanityUnlikely] Be careful with 'executed', it's profane in some cases.
docs/fern/pages/reference/schemas/response.md|7 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/response.md|13 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/runcode.md|2 col 9| [Vale.Spelling] Did you really mean 'runCode'?
docs/fern/pages/reference/schemas/runcode.md|15 col 1| [Vale.Spelling] Did you really mean 'runCode'?
docs/fern/pages/reference/schemas/runcode.md|15 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/glossary.mdx|12 col 4| [Google.Headings] 'AsciiDoc' should use sentence-style capitalization.
docs/fern/pages/reference/glossary.mdx|18 col 27| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/glossary.mdx|18 col 88| [Google.Passive] In general, use active voice instead of passive voice ('be defined').
docs/fern/pages/reference/glossary.mdx|18 col 157| [alex.ProfanityUnlikely] Be careful with 'execute', it's profane in some cases.
docs/fern/pages/reference/glossary.mdx|20 col 4| [Google.Headings] 'CSS selector' should use sentence-style capitalization.
docs/fern/pages/reference/glossary.mdx|28 col 4| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/reference/glossary.mdx|30 col 127| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/reference/glossary.mdx|30 col 172| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/reference/glossary.mdx|38 col 86| [Google.Acronyms] Spell out 'DITA', if it's unfamiliar to the audience.
docs/fern/pages/reference/glossary.mdx|42 col 96| [Google.Passive] In general, use active voice instead of passive voice ('are defined').
docs/fern/pages/reference/schemas/save-cookie-detailed.md|2 col 21| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/save-cookie-detailed.md|19 col 69| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/run-code-detailed.md|2 col 18| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/run-code-detailed.md|7 col 4| [Vale.Spelling] Did you really mean 'runCode'?
docs/fern/pages/reference/schemas/run-code-detailed.md|18 col 100| [Google.Passive] In general, use active voice instead of passive voice ('be found').
docs/fern/pages/reference/schemas/run-code-detailed.md|21 col 304| [Google.Passive] In general, use active voice instead of passive voice ('is ignored').
docs/fern/pages/reference/schemas/run-code-detailed.md|24 col 68| [Google.Passive] In general, use active voice instead of passive voice ('is allowed').
docs/fern/pages/reference/schemas/specification.md|13 col 77| [Google.Passive] In general, use active voice instead of passive voice ('is associated').
docs/fern/pages/reference/schemas/specification.md|14 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/specification.md|16 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/run-shell-command-detailed.md|2 col 27| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/run-shell-command-detailed.md|8 col 14| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/run-shell-command-detailed.md|18 col 110| [Google.Passive] In general, use active voice instead of passive voice ('be found').
docs/fern/pages/reference/schemas/run-shell-command-detailed.md|21 col 304| [Google.Passive] In general, use active voice instead of passive voice ('is ignored').
docs/fern/pages/reference/schemas/run-shell-command-detailed.md|23 col 68| [Google.Passive] In general, use active voice instead of passive voice ('is allowed').
docs/fern/pages/reference/schemas/type.md|15 col 172| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/reference/schemas/type.md|15 col 232| [alex.Ablist] When referring to a person, consider using 'has a disability', 'person with a disability', or 'people with disabilities' instead of 'special'.
docs/fern/pages/reference/schemas/type-keys-detailed.md|2 col 19| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/type-keys-detailed.md|7 col 17| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/wait.md|15 col 74| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/test.md|17 col 68| [Google.Passive] In general, use active voice instead of passive voice ('is associated').
docs/fern/pages/reference/schemas/test.md|18 col 97| [Google.WordList] Use 'regular expression' instead of 'regex'.
docs/fern/pages/reference/schemas/test.md|19 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/test.md|21 col 196| [Google.Passive] In general, use active voice instead of passive voice ('is used').
docs/fern/pages/reference/schemas/test.md|22 col 195| [Google.Passive] In general, use active voice instead of passive voice ('is used').
docs/fern/pages/reference/schemas/test.md|23 col 24| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/test.md|23 col 139| [Joblint.Competitive] Avoid using 'fail'
docs/fern/pages/reference/schemas/test.md|23 col 229| [Google.Contractions] Use 'aren't' instead of 'are not'.
docs/fern/pages/reference/schemas/test.md|23 col 237| [alex.ProfanityUnlikely] Be careful with 'executed', it's profane in some cases.
docs/fern/pages/reference/schemas/test.md|24 col 1| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/reference/schemas/test.md|24 col 187| [Google.Contractions] Use 'it's' instead of 'It is'.
docs/fern/pages/reference/schemas/test.md|24 col 214| [Google.Contractions] Use 'shouldn't' instead of 'should not'.
docs/fern/pages/reference/schemas/test.md|24 col 225| [Google.Passive] In general, use active voice instead of passive voice ('be used').
docs/fern/pages/tutorials/set-up-your-test-environment.mdx|48 col 20| [Google.Passive] In general, use active voice instead of passive voice ('is started').
docs/fern/pages/tutorials/capture-screenshot.mdx|79 col 63| [Google.Semicolons] Use semicolons judiciously.
docs/fern/pages/tutorials/capture-screenshot.mdx|258 col 1| [Google.Colons] ': R' should be in lowercase.
docs/fern/pages/tutorials/fill-fields.mdx|56 col 56| [alex.ProfanityUnlikely] Be careful with 'execution', it's profane in some cases.
docs/fern/pages/tutorials/fill-fields.mdx|56 col 78| [Google.Parens] Use parentheses judiciously.
docs/fern/pages/tutorials/fill-fields.mdx|68 col 90| [Google.Will] Avoid using 'will'.
docs/fern/pages/tutorials/fill-fields.mdx|68 col 95| [Google.Passive] In general, use active voice instead of passive voice ('be used').
docs/fern/pages/tutorials/fill-fields.mdx|81 col 89| [Google.Passive] In general, use active voice instead of passive voice ('be set').
docs/fern/pages/tutorials/fill-fields.mdx|199 col 1| [Google.Colons] ': C' should be in lowercase.
|
📝 Documentation updates detected! New suggestion: Fix bugs identified during documentation migration Tip: Worried about broken links? Ask Promptless to find and fix them automatically 🔗 |
|
📝 Documentation updates detected! New suggestion: Update repository references after docs migration to main repo Tip: Filter the Dashboard by labels or assignees to focus on what matters to you 🔎 |
Migrate documentation from
doc-detective/docsand update the npmignore file to improve package management.