Support per-file lint configuration overrides - #38
Merged
Merged
Conversation
dannote
changed the base branch from
feat/asset-pipeline-sessions
to
master
September 14, 2026 22:08
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
Addresses #35. Originally stacked on #37; that PR is now merged. This PR targets
masterand includes the latest base changes.Volt.JS.Checkandmix volt.lint.:off.mix volt.lintas well. Preserve CLI plugin precedence and run-wide custom rules.Validation
mix ci: 706 passed, 5 skipped, 39 excluded. Includes formatting, native JS/type-aware checks, Credo, architecture/dead-code checks and Dialyzer.no-null, both Mix commands, disabling inherited environments/globals, ordered merges, root boundaries, CLI plugin precedence, and type-aware batching/SFC paths. Batching payloads and severities use the existing executable-fixture approach; syntax assertions use real OXC.about:blankassertion: the browser runner intentionally loads its own generated file URL, not another test's page. The test-only correction landed in Unify asset build preparation and supervised development sessions #37 ase6ed03e, where all 39 integration tests pass. This refreshed branch includes that correction; its lint diff remains unchanged.