fix: remove redundant variable assignment in code-line.tsx#477
fix: remove redundant variable assignment in code-line.tsx#477narutamaaurum wants to merge 1 commit into
Conversation
- Remove unnecessary 'highlighted' variable that was just an alias for 'escaped' - Directly use 'escaped' in the highlight function logic This addresses a CodeRabbit nitpick from PR piyushdotcomm#447.
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 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 |
👋 Thanks for opening a PR, @narutamaaurum!Your PR has entered the 🚦 PR Review Pipeline.
What happens next
A pipeline status comment will appear below and update automatically as your PR progresses. While you wait
This comment is posted only once. |
Summary
highlightedvariable incode-line.tsxthat was just an alias forescapedescapedin the highlight function logicChanges
modules/home/code-line.tsx: Removed redundant variable assignment (CodeRabbit nitpick from PR fix: address missing hook dependencies to remove exhaustive-deps disables #447)Test Plan