doc: remove 404ing code-inspector, add drywall I just found#783
doc: remove 404ing code-inspector, add drywall I just found#783yarikoptic wants to merge 1 commit intokucherenko:masterfrom
Conversation
WalkthroughThe README.md file's "Who uses jscpd" section was updated by removing a Code-Inspector entry and adding a new entry for drywall, a Claude code plugin designed for detecting and eliminating code duplication. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 Warning |
Reviewing your PR now. Feedback coming soon! |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 167: Update the README description for the "drywall" entry to capitalize
the proper noun "Claude" and optionally title-case "Code plugin" (e.g., change
"claude code plugin" to "Claude Code plugin" or at minimum "Claude code plugin")
so the description reads correctly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| - [Mega-Linter](https://nvuillam.github.io/mega-linter/) is a 100% open-source linters aggregator for CI (GitHub Action & other CI tools) or to run locally | ||
| - [Codacy](http://docs.codacy.com/getting-started/supported-languages-and-tools/) automatically analyzes your source code and identifies issues as you go, helping you develop software more efficiently with fewer issues down the line. | ||
| - [Natural](https://github.com/NaturalNode/natural) is a general natural language facility for nodejs. It offers a broad range of functionalities for natural language processing. | ||
| - [drywall](https://github.com/nikhaldi/drywall) claude code plugin for detecting and eliminating code duplication. |
There was a problem hiding this comment.
Capitalize "Claude" in the description.
The word "claude" should be capitalized as "Claude" since it refers to Anthropic's AI assistant (a proper noun). Consider changing "claude code plugin" to "Claude Code plugin" or at minimum "Claude code plugin".
📝 Proposed fix
- - [drywall](https://github.com/nikhaldi/drywall) claude code plugin for detecting and eliminating code duplication.
+ - [drywall](https://github.com/nikhaldi/drywall) Claude Code plugin for detecting and eliminating code duplication.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - [drywall](https://github.com/nikhaldi/drywall) claude code plugin for detecting and eliminating code duplication. | |
| - [drywall](https://github.com/nikhaldi/drywall) Claude Code plugin for detecting and eliminating code duplication. |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 167, Update the README description for the "drywall" entry
to capitalize the proper noun "Claude" and optionally title-case "Code plugin"
(e.g., change "claude code plugin" to "Claude Code plugin" or at minimum "Claude
code plugin") so the description reads correctly.
This change is
Summary by CodeRabbit