You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert file-scope oxlint disables to inline disable-next-line per
violation site, and rewrite `\n`-containing logger calls into
split-line calls per the no-logger-newline-literal rule.
.github/actions/lib/install-tool.mjs: 8x console.error + 1x fetch
exemptions, each with reason "pre-setup-node action — lib not
installed yet". Plus parseIntegrity exemption for the
export-top-level-functions rule.
.github/actions/lib/semver.mjs: switch console.error -> logger.fail
(file already imports getDefaultLogger). Drop the redundant '×'
prefix since logger.fail emits its own glyph.
scripts/npm/{publish-npm-packages,set-npm-package-access,
check-trusted-packages,make-npm-override}.mts: rewrite
`logger.log(\n...\n)` into separate blank-line + content calls
per the no-logger-newline-literal rule.
// oxlint-disable-next-line socket/no-fetch-prefer-http-request -- pre-setup-node action; @socketsecurity/lib-stable not installed yet, only built-in fetch is available.
0 commit comments