Skip to content

Epic/49688 group project attributes in custom sections #9083

Epic/49688 group project attributes in custom sections

Epic/49688 group project attributes in custom sections #9083

Triggered via pull request November 28, 2023 14:24
Status Success
Total duration 3m 37s
Artifacts

rubocop-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

53 errors and 9 warnings
[eslint] frontend/src/stimulus/controllers/dynamic/generic-drag-and-drop.controller.ts#L39 <@typescript-eslint/ban-types>(https://typescript-eslint.io/rules/ban-types): frontend/src/stimulus/controllers/dynamic/generic-drag-and-drop.controller.ts#L39
Don't use `Object` as a type. The `Object` type actually means "any non-nullish value", so it is marginally better than `unknown`. - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead.