Skip to content

fix(tasks/rulegen): trim quotes from filename#14283

Merged
graphite-app[bot] merged 1 commit intomainfrom
10-01-fix_tasks_rulegen_trim_quotes_from_filename
Oct 2, 2025
Merged

fix(tasks/rulegen): trim quotes from filename#14283
graphite-app[bot] merged 1 commit intomainfrom
10-01-fix_tasks_rulegen_trim_quotes_from_filename

Conversation

@Sysix
Copy link
Copy Markdown
Member

@Sysix Sysix commented Oct 1, 2025

All rule generation for vue would result into testfiles like:

Some(PathBuf::from("'test.vue'")),

but it should be:

Some(PathBuf::from("test.vue")),

@github-actions github-actions bot added the C-bug Category - Bug label Oct 1, 2025
Copy link
Copy Markdown
Member Author

Sysix commented Oct 1, 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.

@camc314 camc314 self-assigned this Oct 2, 2025
@camc314 camc314 added the 0-merge Merge with Graphite Merge Queue label Oct 2, 2025
Copy link
Copy Markdown
Contributor

camc314 commented Oct 2, 2025

Merge activity

@graphite-app graphite-app bot changed the base branch from 10-01-feat_linter_add_vue_define-props-destructuring_rule to graphite-base/14283 October 2, 2025 08:20
@graphite-app graphite-app bot changed the base branch from graphite-base/14283 to main October 2, 2025 08:24
@github-actions github-actions bot added the A-linter Area - Linter label Oct 2, 2025
All rule generation for `vue` would result into testfiles like:

```
Some(PathBuf::from("'test.vue'")),
```

but it should be:

```
Some(PathBuf::from("test.vue")),
```
@graphite-app graphite-app bot force-pushed the 10-01-fix_tasks_rulegen_trim_quotes_from_filename branch from 0e18f16 to 41b0d35 Compare October 2, 2025 08:25
@graphite-app graphite-app bot merged commit 41b0d35 into main Oct 2, 2025
17 checks passed
@graphite-app graphite-app bot deleted the 10-01-fix_tasks_rulegen_trim_quotes_from_filename branch October 2, 2025 08:30
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Oct 2, 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.

2 participants