[DO NOT MERGE] Keycloak new #20433
lint.yml
on: pull_request
Lint frontend
31s
Lint python
40s
Check version consistency
4s
Annotations
6 errors and 1 warning
Lint frontend:
frontend/src/routes/oauth.github.callback.tsx#L13
'data' is assigned a value but never used
|
Lint frontend:
frontend/src/utils/generate-github-auth-url.ts#L9
Replace `.replace("https://",·"").replace("http://",·"")` with `⏎····.replace("https://",·"")⏎····.replace("http://",·"");`
|
Lint frontend:
frontend/src/utils/generate-github-auth-url.ts#L11
Variable name `force_build` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
Lint frontend:
frontend/src/utils/generate-github-auth-url.ts#L11
'force_build' is assigned a value but never used
|
|
Lint frontend
Process completed with exit code 1.
|
Lint frontend:
frontend/src/api/open-hands.ts#L187
Unexpected console statement
|