Skip to content

chore: Misc typos (UI, docs, code...), Makefile PATH with spaces #369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 16, 2025

Conversation

GabDug
Copy link
Contributor

@GabDug GabDug commented Jul 1, 2025

Hey 👋

Small PR to fix some typos, after I noticed the Sourceobot in the settings. I've also ran typos to fix some. I can add the typos.toml config if you're interested.

Also a small Makefile tweak to support PATH with spaces (e.g. Application Support on MacOS), with proper quotes.

Have a great day!

Summary by CodeRabbit

  • Documentation

    • Corrected multiple spelling and typographical errors across guides, READMEs, and user-facing documentation.
    • Updated descriptive text and error messages for clarity and accuracy.
    • Introduced a configuration file to improve typo detection and exclusion for specific words and files.
  • Style

    • Fixed variable, function, and component naming inconsistencies for improved readability and correctness.
    • Applied minor formatting improvements to JSX elements.
  • Refactor

    • Renamed a function and its references for consistent spelling in the file tree component.

Copy link

coderabbitai bot commented Jul 1, 2025

Walkthrough

This update consists of widespread corrections of typographical and spelling errors across documentation, code comments, variable names, function names, and user-facing strings. One function and one variable were renamed for correct spelling, and a typo configuration file was added to customize typo checking behavior. No logic or control flow changes were made.

Changes

File(s) Change Summary
CONTRIBUTING.md, docs/docs/connections/local-repos.mdx, packages/mcp/README.md, packages/shared/README.md Fixed typos in documentation and guides.
docs/snippets/schemas/v2/index.schema.mdx, packages/schemas/src/v2/index.schema.ts, packages/schemas/src/v2/index.type.ts, schemas/v2/index.json Corrected "exluded" to "excluded" in schema descriptions and comments.
Makefile Quoted the PATH in an export command for the zoekt target.
packages/backend/src/repoCompileUtils.ts, packages/backend/src/repoManager.ts, packages/web/src/app/[domain]/components/searchBar/useSuggestionModeAndQuery.ts, packages/web/src/auth.ts Fixed spelling errors in comments.
packages/web/src/actions.ts Renamed helper function for correct spelling and fixed a comment typo.
packages/web/src/app/[domain]/components/searchBar/searchSuggestionsBox.test.tsx Corrected typos in test descriptions.
packages/web/src/app/[domain]/components/searchBar/searchSuggestionsBox.tsx Renamed variable "seperator" to "separator" throughout the function.
packages/web/src/app/[domain]/components/syntaxReferenceGuide.tsx, packages/web/src/app/components/syntaxReferenceGuide.tsx Fixed "space-seperated" to "space-separated" in UI text.
packages/web/src/app/[domain]/settings/(general)/components/changeOrgNameCard.tsx Fixed product name spelling in a description.
packages/web/src/app/[domain]/browse/hooks/utils.ts Renamed variable "sentinalIndex" to "sentinelIndex" throughout the function.
packages/web/src/ee/features/billing/actions.ts Fixed typo in an error message string.
packages/web/src/features/agents/review-agent/app.ts, packages/web/src/features/agents/review-agent/nodes/generateDiffReviewPrompt.ts Fixed typos in prompt and rule strings.
packages/web/src/features/fileTree/components/pureFileTreePanel.tsx Renamed function and all usages from "buildCollapsableTree" to "buildCollapsibleTree".
packages/web/src/app/onboard/page.tsx Fixed icon import spelling, usage, and minor formatting in JSX.
_typos.toml Added configuration to extend typo correction and exclude specific files from typo checks.

Sequence Diagram(s)

sequenceDiagram
participant User
participant UI_Component
participant Utility_Function

User->>UI_Component: Interacts with UI (e.g., search bar, file tree)
UI_Component->>Utility_Function: Calls renamed/updated function or uses corrected variable
Utility_Function-->>UI_Component: Returns result (no logic changed)
UI_Component-->>User: Displays result with corrected text or labels
Loading

Possibly related PRs

  • README: fix typo #254: Both the main PR and the retrieved PR focus on fixing typographical errors in documentation files, specifically correcting spelling mistakes in README or related markdown files, without any code or functional changes.

Poem

A rabbit with spectacles hopped through the code,
Fixing each typo wherever it showed.
From "seperator" to "separator," a tidy parade,
"Collapsable" now "collapsible," errors allayed.
With comments and docs now perfectly neat,
This bunny declares: our code can't be beat!
🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7186929 and 88cc0fd.

📒 Files selected for processing (2)
  • CHANGELOG.md (4 hunks)
  • _typos.toml (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • _typos.toml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: build

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

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (5)
packages/mcp/README.md (1)

20-23: Adjust list indentation to satisfy markdown-lint

markdownlint-cli2 flags MD007 (unordered-list indentation) because this nested bullet is indented by four spaces instead of two. Align with two‐space indentation to silence CI and keep list rendering consistent.

-    - _"Identify repositories that depend on this deprecated api"_
+  - _"Identify repositories that depend on this deprecated api"_
packages/shared/README.md (1)

5-5: Sentence still reads awkwardly & misses a verb
Current text:

“To deal with this, we these two index files export server code and client code, respectively.”

Suggested fix:

- To deal with this, we these two index files export server code and client code, respectively.
+ To deal with this, we rely on these two index files to export server-specific and client-specific code, respectively.

This also avoids the dangling comma before “because”, which LanguageTool flagged.

packages/web/src/features/fileTree/components/pureFileTreePanel.tsx (1)

50-53: Comment still uses old spelling
Line 50 references “collapsible” but the explanatory comment retains “collapsable”.

- // In that case, we need to rebuild the collapsable tree.
+ // In that case, we need to rebuild the collapsible tree.
packages/web/src/actions.ts (1)

172-181: Consider hoisting getAuthorizationPrecedence or using an enum ordinal

Nice catch on the typo – the rename improves clarity.
Given this helper is recreated on every withOrgMembership call, consider extracting it to module scope or converting OrgRole values to numeric ordinals (e.g. via const roleWeight: Record<OrgRole, number> = …). This avoids re-allocating the switch on each invocation and makes the precedence policy easier to unit-test in isolation.

docs/docs/connections/local-repos.mdx (1)

8-9: Typo fixed; consider trimming wordiness
Nice catch switching “meaing” → “meaning”. While you’re here, you could tighten the phrase “a large number of repos already checked out” to “many repositories already checked out” for brevity.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8060ade and ed21810.

📒 Files selected for processing (24)
  • CONTRIBUTING.md (1 hunks)
  • Makefile (1 hunks)
  • docs/docs/connections/local-repos.mdx (2 hunks)
  • docs/snippets/schemas/v2/index.schema.mdx (3 hunks)
  • packages/backend/src/repoCompileUtils.ts (1 hunks)
  • packages/backend/src/repoManager.ts (1 hunks)
  • packages/mcp/README.md (1 hunks)
  • packages/schemas/src/v2/index.schema.ts (4 hunks)
  • packages/schemas/src/v2/index.type.ts (1 hunks)
  • packages/shared/README.md (1 hunks)
  • packages/web/src/actions.ts (3 hunks)
  • packages/web/src/app/[domain]/browse/hooks/useBrowseParams.ts (1 hunks)
  • packages/web/src/app/[domain]/components/searchBar/searchSuggestionsBox.test.tsx (2 hunks)
  • packages/web/src/app/[domain]/components/searchBar/searchSuggestionsBox.tsx (2 hunks)
  • packages/web/src/app/[domain]/components/searchBar/useSuggestionModeAndQuery.ts (1 hunks)
  • packages/web/src/app/[domain]/components/syntaxReferenceGuide.tsx (1 hunks)
  • packages/web/src/app/[domain]/settings/(general)/components/changeOrgNameCard.tsx (1 hunks)
  • packages/web/src/app/components/syntaxReferenceGuide.tsx (1 hunks)
  • packages/web/src/auth.ts (1 hunks)
  • packages/web/src/ee/features/billing/actions.ts (1 hunks)
  • packages/web/src/features/agents/review-agent/app.ts (1 hunks)
  • packages/web/src/features/agents/review-agent/nodes/generateDiffReviewPrompt.ts (1 hunks)
  • packages/web/src/features/fileTree/components/pureFileTreePanel.tsx (2 hunks)
  • schemas/v2/index.json (1 hunks)
🧰 Additional context used
🧠 Learnings (4)
packages/shared/README.md (1)
Learnt from: drew-u410
PR: sourcebot-dev/sourcebot#328
File: CONTRIBUTING.md:5-5
Timestamp: 2025-06-03T00:22:00.498Z
Learning: In the sourcebot repository CONTRIBUTING.md file, the maintainer prefers using "NodeJS" spelling instead of the official "Node.js" branding, and prefers not to add alt text to favicon images in the installation instructions.
packages/web/src/app/[domain]/settings/(general)/components/changeOrgNameCard.tsx (1)
Learnt from: drew-u410
PR: sourcebot-dev/sourcebot#328
File: CONTRIBUTING.md:5-5
Timestamp: 2025-06-03T00:22:00.498Z
Learning: In the sourcebot repository CONTRIBUTING.md file, the maintainer prefers using "NodeJS" spelling instead of the official "Node.js" branding, and prefers not to add alt text to favicon images in the installation instructions.
packages/backend/src/repoCompileUtils.ts (2)
Learnt from: brendan-kellam
PR: sourcebot-dev/sourcebot#307
File: packages/backend/src/repoCompileUtils.ts:491-503
Timestamp: 2025-05-14T19:20:48.667Z
Learning: SSH/SCP-style Git URLs (like `[email protected]:org/repo.git`) throw errors when passed directly to JavaScript's `new URL()` constructor. A fix is to convert them using: `new URL(`ssh://${url.replace(':', '/')}`)` for non-HTTP URLs.
Learnt from: brendan-kellam
PR: sourcebot-dev/sourcebot#307
File: packages/backend/src/repoCompileUtils.ts:491-503
Timestamp: 2025-05-14T19:20:48.667Z
Learning: SSH/SCP-style Git URLs (like `[email protected]:org/repo.git`) throw errors when passed directly to JavaScript's `new URL()` constructor. A fix is to convert them using: `new URL(`ssh://${url.replace(':', '/')}`)` for non-HTTP URLs.
packages/web/src/app/[domain]/browse/hooks/useBrowseParams.ts (2)
Learnt from: brendan-kellam
PR: sourcebot-dev/sourcebot#307
File: packages/backend/src/repoCompileUtils.ts:491-503
Timestamp: 2025-05-14T19:20:48.667Z
Learning: SSH/SCP-style Git URLs (like `[email protected]:org/repo.git`) throw errors when passed directly to JavaScript's `new URL()` constructor. A fix is to convert them using: `new URL(`ssh://${url.replace(':', '/')}`)` for non-HTTP URLs.
Learnt from: brendan-kellam
PR: sourcebot-dev/sourcebot#307
File: packages/backend/src/repoCompileUtils.ts:491-503
Timestamp: 2025-05-14T19:20:48.667Z
Learning: SSH/SCP-style Git URLs (like `[email protected]:org/repo.git`) throw errors when passed directly to JavaScript's `new URL()` constructor. A fix is to convert them using: `new URL(`ssh://${url.replace(':', '/')}`)` for non-HTTP URLs.
🧬 Code Graph Analysis (1)
packages/web/src/features/fileTree/components/pureFileTreePanel.tsx (4)
packages/web/src/features/fileTree/actions.ts (1)
  • FileTreeNode (20-22)
packages/web/src/app/[domain]/browse/hooks/useBrowseNavigation.ts (1)
  • useBrowseNavigation (25-59)
packages/web/src/app/[domain]/browse/hooks/useBrowseParams.ts (1)
  • useBrowseParams (5-48)
packages/web/src/hooks/usePrefetchFileSource.ts (1)
  • usePrefetchFileSource (14-34)
🪛 markdownlint-cli2 (0.17.2)
packages/mcp/README.md

22-22: Unordered list indentation
Expected: 2; Actual: 4

(MD007, ul-indent)

🪛 LanguageTool
packages/shared/README.md

[uncategorized] ~5-~5: The official spelling of this programming framework is “Node.js”.
Context: ...n this package that will only work in a Node.JS runtime (e.g., because it depends on th...

(NODE_JS)


[formatting] ~5-~5: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...ill only work in a Node.JS runtime (e.g., because it depends on the fs package. Entitle...

(COMMA_BEFORE_BECAUSE)

docs/docs/connections/local-repos.mdx

[style] ~8-~8: To reduce wordiness, try specifying a number or using “many” or “numerous” instead.
Context: ...ful in scenarios where you already have a large number of repos already checked out. Local reposi...

(LARGE_NUMBER_OF)

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: build
🔇 Additional comments (23)
Makefile (1)

13-13: Quoting $(PWD) fixes PATHs containing spaces – good catch.

packages/web/src/app/[domain]/settings/(general)/components/changeOrgNameCard.tsx (1)

68-68: UI copy typo fixed – looks good

The spelling correction from “Sourceobot” ➜ “Sourcebot” is correct and no other code is affected.

packages/web/src/app/components/syntaxReferenceGuide.tsx (1)

69-69: Typo fixed – no further action

“space-separated” spelling is now correct; nothing else changes.

packages/web/src/app/[domain]/components/syntaxReferenceGuide.tsx (1)

69-69: Typo fixed – mirrored change

Same “space-separated” correction as the global component. LGTM.

packages/web/src/app/[domain]/components/searchBar/useSuggestionModeAndQuery.ts (1)

24-25: Comment typo fixed

“sentinel” spelling is now correct; logic untouched.

packages/web/src/features/agents/review-agent/app.ts (1)

15-15: Typo fix looks good.

The corrected spelling in the guidance string keeps the instructions clear and consistent.

packages/backend/src/repoCompileUtils.ts (1)

379-382: Comment typo fixed.

Nothing else changed; implementation remains unaffected.

CONTRIBUTING.md (1)

41-41: Spelling correction acknowledged.

Documentation reads clearly after replacing “declerative” with “declarative”.

packages/backend/src/repoManager.ts (1)

175-178: Minor comment typo fixed.

No functional impact.

packages/web/src/auth.ts (1)

193-193: Comment spelling corrected.

No code changes required.

packages/web/src/features/agents/review-agent/nodes/generateDiffReviewPrompt.ts (1)

11-12: Typo correction confirmed – no further action needed
The replacement of “excells” with “excels” fixes the prompt text and introduces no behavioural changes.

packages/web/src/ee/features/billing/actions.ts (1)

63-66: String typo resolved – looks good
Correcting “Attemped” → “Attempted” improves log clarity. No further issues spotted in this hunk.

packages/web/src/app/[domain]/browse/hooks/useBrowseParams.ts (1)

14-20: Rename safe – no occurrences of sentinalIndex found
A global search for the old identifier yielded zero matches, confirming that renaming sentinalIndexsentinelIndex is non-breaking.

packages/web/src/features/fileTree/components/pureFileTreePanel.tsx (1)

17-22: Function rename applied correctly
buildCollapsableTreebuildCollapsibleTree aligns with dictionary spelling; all internal references updated.

packages/web/src/actions.ts (2)

741-742: Typo fix looks good
Comment now reads correctly (“constraint”). No further action required.


184-190: No lingering getAuthorizationPrecendence references found
A repo-wide search (rg -n "getAuthorizationPrecendence") returned zero matches, so all call sites now use the corrected getAuthorizationPrecedence.

packages/schemas/src/v2/index.type.ts (1)

312-313: Spelling correction acknowledged

“excluded” is now spelled correctly in the JSDoc. Documentation consistency improved.

packages/schemas/src/v2/index.schema.ts (1)

687-689: Correct typo – no functional impact
The spelling fix from “exluded” → “excluded” improves clarity across the schema docs. No functional or validation behaviour is affected.

Also applies to: 1389-1391, 2173-2175

docs/docs/connections/local-repos.mdx (1)

30-31: Typo fixed – looks good
“separate” is now spelled correctly; the doc reads well.

packages/web/src/app/[domain]/components/searchBar/searchSuggestionsBox.test.tsx (1)

37-51: Test description typo corrected
Changing “correclty” → “correctly” in the two test names improves readability. Test logic remains intact.

Also applies to: 53-59

schemas/v2/index.json (1)

497-499: Consistent typo fix across JSON schema
“exluded” → “excluded” keeps the JSON schema descriptions consistent with TypeScript sources. No further action needed.

packages/web/src/app/[domain]/components/searchBar/searchSuggestionsBox.tsx (1)

441-456: Typo seperator fully replaced

No occurrences of the old misspelling were found in any .ts, .tsx, .js, .jsx, .mjs, or .cjs files—separator is now consistently used throughout the codebase.

docs/snippets/schemas/v2/index.schema.mdx (1)

688-689: Typo fixed (“excluded”) – LGTM.

Also applies to: 1390-1391, 2174-2175

brendan-kellam
brendan-kellam previously approved these changes Jul 14, 2025
Copy link
Contributor

@brendan-kellam brendan-kellam left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the PR! I'd be open to having a typos.toml if you'd like to open a PR for that 😃

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
packages/mcp/README.md (2)

21-23: Fix Markdown list indentation & capitalisation

markdownlint (MD007) warns about excess indentation (4 spaces) for the nested list item, and “api” should be capitalised.

-    - _"Identify repositories that depend on this deprecated api"_
+  - _"Identify repositories that depend on this deprecated API"_

20-20: Remove duplicated word “like”

- - Building custom LLM horizontal agents like like compliance auditing agents, migration agents, etc.
+ - Building custom LLM horizontal agents like compliance auditing agents, migration agents, etc.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ed21810 and 7186929.

📒 Files selected for processing (26)
  • CONTRIBUTING.md (1 hunks)
  • Makefile (1 hunks)
  • _typos.toml (1 hunks)
  • docs/docs/connections/local-repos.mdx (1 hunks)
  • docs/snippets/schemas/v2/index.schema.mdx (3 hunks)
  • packages/backend/src/repoCompileUtils.ts (1 hunks)
  • packages/backend/src/repoManager.ts (1 hunks)
  • packages/mcp/README.md (1 hunks)
  • packages/schemas/src/v2/index.schema.ts (4 hunks)
  • packages/schemas/src/v2/index.type.ts (1 hunks)
  • packages/shared/README.md (1 hunks)
  • packages/web/src/actions.ts (3 hunks)
  • packages/web/src/app/[domain]/browse/hooks/utils.ts (1 hunks)
  • packages/web/src/app/[domain]/components/searchBar/searchSuggestionsBox.test.tsx (2 hunks)
  • packages/web/src/app/[domain]/components/searchBar/searchSuggestionsBox.tsx (2 hunks)
  • packages/web/src/app/[domain]/components/searchBar/useSuggestionModeAndQuery.ts (1 hunks)
  • packages/web/src/app/[domain]/components/syntaxReferenceGuide.tsx (1 hunks)
  • packages/web/src/app/[domain]/settings/(general)/components/changeOrgNameCard.tsx (1 hunks)
  • packages/web/src/app/components/syntaxReferenceGuide.tsx (1 hunks)
  • packages/web/src/app/onboard/page.tsx (6 hunks)
  • packages/web/src/auth.ts (1 hunks)
  • packages/web/src/ee/features/billing/actions.ts (1 hunks)
  • packages/web/src/features/agents/review-agent/app.ts (1 hunks)
  • packages/web/src/features/agents/review-agent/nodes/generateDiffReviewPrompt.ts (1 hunks)
  • packages/web/src/features/fileTree/components/pureFileTreePanel.tsx (2 hunks)
  • schemas/v2/index.json (1 hunks)
✅ Files skipped from review due to trivial changes (9)
  • packages/web/src/app/[domain]/settings/(general)/components/changeOrgNameCard.tsx
  • schemas/v2/index.json
  • packages/web/src/features/agents/review-agent/nodes/generateDiffReviewPrompt.ts
  • packages/backend/src/repoCompileUtils.ts
  • _typos.toml
  • packages/schemas/src/v2/index.type.ts
  • docs/docs/connections/local-repos.mdx
  • packages/web/src/app/[domain]/browse/hooks/utils.ts
  • packages/web/src/actions.ts
🚧 Files skipped from review as they are similar to previous changes (15)
  • packages/web/src/app/[domain]/components/searchBar/useSuggestionModeAndQuery.ts
  • packages/web/src/features/agents/review-agent/app.ts
  • packages/backend/src/repoManager.ts
  • packages/shared/README.md
  • packages/web/src/app/components/syntaxReferenceGuide.tsx
  • packages/web/src/auth.ts
  • packages/web/src/app/[domain]/components/searchBar/searchSuggestionsBox.test.tsx
  • CONTRIBUTING.md
  • Makefile
  • packages/web/src/ee/features/billing/actions.ts
  • docs/snippets/schemas/v2/index.schema.mdx
  • packages/schemas/src/v2/index.schema.ts
  • packages/web/src/app/[domain]/components/syntaxReferenceGuide.tsx
  • packages/web/src/app/[domain]/components/searchBar/searchSuggestionsBox.tsx
  • packages/web/src/features/fileTree/components/pureFileTreePanel.tsx
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
packages/mcp/README.md

22-22: Unordered list indentation
Expected: 2; Actual: 4

(MD007, ul-indent)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: build
🔇 Additional comments (6)
packages/web/src/app/onboard/page.tsx (6)

17-17: LGTM: Typo correction in import statement

The import statement correctly fixes the typo from BetweenHorizonalStart to BetweenHorizontalStart, addressing the missing 't' in "Horizontal".


109-109: LGTM: Consistent usage of corrected icon name

The icon usage correctly matches the fixed import, maintaining consistency throughout the component.


185-185: LGTM: JSX formatting improvement

Removing the trailing space after the opening <a tag improves code cleanliness.


247-247: LGTM: JSX formatting improvement

Removing the trailing space after the opening <div tag improves code cleanliness.


362-362: LGTM: Clean up blank line

Removing the extra blank line in the NonOwnerOnboardingMessage component improves code formatting consistency.


393-394: LGTM: JSX formatting improvement

The formatting improvement to the anchor tag enhances code readability and consistency.

@GabDug
Copy link
Contributor Author

GabDug commented Jul 16, 2025

@brendan-kellam Rebased and added simple _typos.toml

Copy link
Contributor

@brendan-kellam brendan-kellam left a comment

Choose a reason for hiding this comment

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

LGTM thanks!

@brendan-kellam brendan-kellam merged commit 9b13492 into sourcebot-dev:main Jul 16, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants