Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(linter): clean up Fixer and Message #5308

Merged

Conversation

DonIsaac
Copy link
Collaborator

@DonIsaac DonIsaac commented Aug 28, 2024

  • refactor(linter): clean up Fixer and Message
  • perf(linter): replace sort_by_key with sort_unstable_by_key in fixer

Copy link
Collaborator Author

DonIsaac commented Aug 28, 2024

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

Join @DonIsaac and the rest of your teammates on Graphite Graphite

@DonIsaac DonIsaac added C-performance Category - Solution not expected to change functional behavior, only performance C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Aug 28, 2024 — with Graphite App
@DonIsaac DonIsaac marked this pull request as ready for review August 28, 2024 18:32
Copy link

codspeed-hq bot commented Aug 28, 2024

CodSpeed Performance Report

Merging #5308 will not alter performance

Comparing don/08-28-refactor_linter_clean_up_fixer_and_message (fa1d460) with main (318479e)

Summary

✅ 29 untouched benchmarks

@DonIsaac DonIsaac added the 0-merge Merge with Graphite Merge Queue label Aug 28, 2024
Copy link

graphite-app bot commented Aug 28, 2024

Merge activity

  • Aug 28, 7:18 PM EDT: The merge label 'merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Aug 28, 7:19 PM EDT: DonIsaac added this pull request to the Graphite merge queue.
  • Aug 28, 7:25 PM EDT: DonIsaac merged this pull request with the Graphite merge queue.

- refactor(linter): clean up Fixer and Message
- perf(linter): replace sort_by_key with sort_unstable_by_key in fixer
@DonIsaac DonIsaac force-pushed the don/08-28-chore_bench_include_fixers_in_linter_benchmarks branch from d672c06 to 270fc53 Compare August 28, 2024 23:19
@DonIsaac DonIsaac force-pushed the don/08-28-refactor_linter_clean_up_fixer_and_message branch from 57756d0 to fa1d460 Compare August 28, 2024 23:20
Base automatically changed from don/08-28-chore_bench_include_fixers_in_linter_benchmarks to main August 28, 2024 23:24
@graphite-app graphite-app bot merged commit fa1d460 into main Aug 28, 2024
24 checks passed
@graphite-app graphite-app bot deleted the don/08-28-refactor_linter_clean_up_fixer_and_message branch August 28, 2024 23:25
Boshen added a commit that referenced this pull request Aug 29, 2024
## [0.9.1] - 2024-08-29

### Features

- 6633972 linter: Add fixer for `no-empty` (#5276) (camc314)
- a58e448 linter/eslint: Add fixer to `no-var` (#5144) (camc314)
- a6e9769 linter/jsx-a11y: Add `label-has-associated-control` (#5163)
(Billy Levin)
- c8e8532 linter/unicorn: Add fixer to `throw-new-error` (#5275)
(camc314)
- 7ccde4b linter/unicorn: Add fixer to `prefer-date-now` (#5147)
(camc314)

### Bug Fixes

- 76e86f8 linter: Eslint-plugin-unicorn prefer-spread wrong linter
suggestion on variables of type string (#5265) (Arian94)
- b39544e linter/jest: Fixer for `prefer-jest-mocked` creates invalid
LHS expressions (#5243) (camc314)
- 9953fa5 linter/no-null: Incorrect fixer for `NullLiteral` within
`ReturnStatement` (#5247) (Dunqing)
- 318479e linter/no-unused-vars: Mark the class/function in the new
expression as used (#5306) (magic-akari)

### Refactor

- fa1d460 linter: Clean up Fixer and Message (#5308) (DonIsaac)

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-merge Merge with Graphite Merge Queue A-linter Area - Linter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior C-performance Category - Solution not expected to change functional behavior, only performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants