fix: lint --fix autofix pass + cascade canonical check-paths.mts #19
ci.yml
on: push
Run CI Pipeline
/
🔎 Check
36s
Run CI Pipeline
/
🧹 Lint
Run CI Pipeline
/
🏷️ Type Check
Matrix: Run CI Pipeline / 🧪 Test Matrix
Annotations
10 errors and 1 notice
|
socket(sort-source-methods):
.config/oxlint-plugin/rules/sort-source-methods.mts#L105
Top-level function `trailingCommentEnd` (private) appears after a function from the next visibility group. Order: private functions first (alphanumeric), then exported functions (alphanumeric).
|
|
socket(sort-source-methods):
.config/oxlint-plugin/rules/sort-source-methods.mts#L89
Top-level function `sortKey` (private) appears after a function from the next visibility group. Order: private functions first (alphanumeric), then exported functions (alphanumeric).
|
|
socket(sort-source-methods):
.config/oxlint-plugin/rules/sort-source-methods.mts#L59
Top-level function `leadingCommentStart` (private) appears after a function from the next visibility group. Order: private functions first (alphanumeric), then exported functions (alphanumeric).
|
|
socket(sort-source-methods):
.config/oxlint-plugin/rules/inclusive-language.mts#L96
Top-level function `findHits` (export) is out of alphanumeric order within its visibility group. Expected to come before `rewriteHit`.
|
|
socket(prefer-undefined-over-null):
.config/oxlint-plugin/rules/sort-regex-alternations.mts#L148
Use `undefined` instead of `null` (allowed exceptions: `__proto__: null`, `Object.create(null)`, external API requirements like JSON.stringify replacer / third-party callbacks).
|
|
socket(prefer-undefined-over-null):
.config/oxlint-plugin/rules/sort-regex-alternations.mts#L144
Use `undefined` instead of `null` (allowed exceptions: `__proto__: null`, `Object.create(null)`, external API requirements like JSON.stringify replacer / third-party callbacks).
|
|
socket(export-top-level-functions):
.config/oxlint-plugin/rules/sort-regex-alternations.mts#L140
Top-level function `sortAlternativesIfSimple` should be `export function sortAlternativesIfSimple`. Exporting internal helpers makes them directly testable.
|
|
socket(export-top-level-functions):
.config/oxlint-plugin/rules/sort-regex-alternations.mts#L128
Top-level function `isLineMarkered` should be `export function isLineMarkered`. Exporting internal helpers makes them directly testable.
|
|
socket(sort-source-methods):
.config/oxlint-plugin/rules/sort-regex-alternations.mts#L140
Top-level function `sortAlternativesIfSimple` (private) appears after a function from the next visibility group. Order: private functions first (alphanumeric), then exported functions (alphanumeric).
|
|
socket(sort-source-methods):
.config/oxlint-plugin/rules/sort-regex-alternations.mts#L128
Top-level function `isLineMarkered` (private) appears after a function from the next visibility group. Order: private functions first (alphanumeric), then exported functions (alphanumeric).
|
|
Run CI Pipeline / 🧪 Test Matrix (25.9.0, windows-latest)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|