Skip to content

feat: add more patterns to unnecessary files hints #10728

feat: add more patterns to unnecessary files hints

feat: add more patterns to unnecessary files hints #10728

Triggered via pull request July 15, 2026 17:54
Status Success
Total duration 1m 24s
Artifacts

autofix.yml

on: pull_request
🤖 Autofix code
1m 15s
🤖 Autofix code
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-underscore-dangle): server/plugins/payload-cache.ts#L141
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
eslint(no-underscore-dangle): server/plugins/payload-cache.ts#L135
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
unicorn(consistent-function-scoping): test/nuxt/components/Header/MobileMenu.spec.ts#L27
Function `mountMenu` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): test/nuxt/components/Package/LikeCard.spec.ts#L13
Function `mountLikeCard` does not capture any variables from its parent scope
oxc(no-map-spread): shared/utils/download-chart-last-label.ts#L99
Spreading to modify object properties in `map` calls is inefficient
unicorn(consistent-function-scoping): test/nuxt/a11y.spec.ts#L1409
Function `createTabsFixture` does not capture any variables from its parent scope
eslint(no-underscore-dangle): cli/src/mock-app.ts#L19
Unexpected dangling '_' in '`_endpointCheck`'.
eslint(no-underscore-dangle): cli/src/server.ts#L15
Unexpected dangling '_' in '`_endpointCheck`'.
eslint(no-underscore-dangle): server/utils/docs/client.ts#L107
Unexpected dangling '_' in '`_data`'.
eslint(no-underscore-dangle): server/utils/github.ts#L32
Unexpected dangling '_' in '`_data`'.