Skip to content

Enable eslint no-misused-promises#1605

Open
Arnei wants to merge 1 commit into
opencast:r/19.xfrom
Arnei:eslint-no-misused-promises
Open

Enable eslint no-misused-promises#1605
Arnei wants to merge 1 commit into
opencast:r/19.xfrom
Arnei:eslint-no-misused-promises

Conversation

@Arnei
Copy link
Copy Markdown
Member

@Arnei Arnei commented May 11, 2026

Enables the rule no-misused-promises and makes the necessary changes.

Enables the rule no-misused-promises and makes the necessary changes.
@Arnei Arnei added the type:code-enhancement Internal improvements to the codebase label May 11, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/admin-interface:pr-1605

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/admin-interface:pr-1605

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@github-actions
Copy link
Copy Markdown
Contributor

This pull request is deployed at test.admin-interface.opencast.org/1605/2026-05-11_15-15-01/ .
It might take a few minutes for it to become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:code-enhancement Internal improvements to the codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant