Skip to content

Conversation

@camc314
Copy link
Contributor

@camc314 camc314 commented Apr 21, 2025

fixes #10523

@camc314 camc314 marked this pull request as ready for review April 21, 2025 20:15
@github-actions github-actions bot added the A-linter Area - Linter label Apr 21, 2025
Copy link
Contributor Author

camc314 commented Apr 21, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added the C-bug Category - Bug label Apr 21, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Apr 21, 2025

CodSpeed Instrumentation Performance Report

Merging #10533 will not alter performance

Comparing c/04-21-fix_linter_incorrect_fix_for_prefer_start_ends_with (e67901b) with main (7d5ad7d)

Summary

✅ 36 untouched benchmarks

@camchenry camchenry added the 0-merge Merge with Graphite Merge Queue label Apr 22, 2025
Copy link
Member

camchenry commented Apr 22, 2025

Merge activity

@graphite-app graphite-app bot force-pushed the c/04-21-fix_linter_incorrect_fix_for_prefer_start_ends_with branch from 170e192 to e67901b Compare April 22, 2025 03:03
@graphite-app graphite-app bot merged commit e67901b into main Apr 22, 2025
28 checks passed
@graphite-app graphite-app bot deleted the c/04-21-fix_linter_incorrect_fix_for_prefer_start_ends_with branch April 22, 2025 03:06
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-linter Area - Linter C-bug Category - Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unicorn/prefer-string-starts-ends-with transforms code to .endsWith("\") if the char is $.

3 participants