chore: update vendored anti-slop to c44ef22 - #6
Merged
Merged
Conversation
Adopt the upstream snapshot in full: readable-spacing, array/reduce performance rules, Effect plugin source (unregistered), and vendored eslint-stylistic spacing helpers. Enable the four new rules at error and apply the readable-spacing autofix to project sources (blank-line-only changes). No dependency changes; oxlint and @oxlint/plugins stay paired at 1.78.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update the vendored anti-slop plugin from upstream
e8100a1toc44ef22following the install-anti-slop update procedure.tools/oxlint/anti-slop/with the verified upstream snapshot: updated rules/shared helpers, 3 new rules, the opt-in Effect plugin source, and the vendored eslint-stylistic spacing helpers with their license/provenance.tools/oxlint/anti-slop/UPSTREAM.mdrecording the previous base (e8100a1), the adopted baseline (c44ef22), and the Effect-not-registered decision.anti-slop/no-array-filter-map,anti-slop/no-reduce-accumulator-copy,anti-slop/require-readable-spacing, and nativeoxc/no-accumulating-spreadaterror.require-readable-spacingfindings in project sources (blank-line-only autofix).effectdependency.Verification
e8100a10da49858cfa8d26883d170e9cc8281988confirmed pristine before replacement; staged incoming confirmed byte-identical to upstreamc44ef22ca116d0ba62a3ff663a0bd13a3f3fa40b.npx oxlint: 134 errors before, 0 after; a second--fixpass is a no-op.npx tsc --noEmit: passes.bun test: 61 pass / 0 fail.oxlintand@oxlint/pluginsremain paired at 1.78.0 (upstream's own pin).