Skip to content

refactor(oxfmt): Remove redundant error message#19421

Merged
graphite-app[bot] merged 1 commit intomainfrom
02-16-refactor_oxfmt_remove_redundant_error_message
Feb 16, 2026
Merged

refactor(oxfmt): Remove redundant error message#19421
graphite-app[bot] merged 1 commit intomainfrom
02-16-refactor_oxfmt_remove_redundant_error_message

Conversation

@leaysgur
Copy link
Member

Simplify error message.

Before:

Failed to parse configuration.
Failed to parse configuration.
Invalid tabWidth: ...

After:

Failed to parse configuration.
Invalid tabWidth: ...

@github-actions github-actions bot added A-cli Area - CLI A-formatter Area - Formatter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Feb 16, 2026
Copy link
Member Author

leaysgur commented Feb 16, 2026


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.

@graphite-app
Copy link
Contributor

graphite-app bot commented Feb 16, 2026

Merge activity

Simplify error message.

Before:

```
Failed to parse configuration.
Failed to parse configuration.
Invalid tabWidth: ...
```

After:

```
Failed to parse configuration.
Invalid tabWidth: ...
```
@graphite-app graphite-app bot force-pushed the 02-16-refactor_formatter_oxfmt_simplify_sort_imports_options_parsing branch from 1f6119e to e48e6b2 Compare February 16, 2026 05:05
@graphite-app graphite-app bot requested a review from Dunqing as a code owner February 16, 2026 05:05
@graphite-app graphite-app bot force-pushed the 02-16-refactor_oxfmt_remove_redundant_error_message branch from 15927ab to 8670d45 Compare February 16, 2026 05:06
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Feb 16, 2026
Base automatically changed from 02-16-refactor_formatter_oxfmt_simplify_sort_imports_options_parsing to main February 16, 2026 05:12
@graphite-app graphite-app bot merged commit 8670d45 into main Feb 16, 2026
20 checks passed
@graphite-app graphite-app bot deleted the 02-16-refactor_oxfmt_remove_redundant_error_message branch February 16, 2026 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI A-formatter Area - Formatter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant