Remove locked_until from response and other minor fixes #1919
code_style.yml
on: push
Python code convention check
12s
JavaScript code convention check
45s
Annotations
7 warnings
|
Python code convention check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
JavaScript code convention check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
JavaScript code convention check:
web-app/packages/lib/src/modules/user/views/VerifyEmailView.vue#L55
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
JavaScript code convention check:
web-app/packages/lib/src/modules/user/store.ts#L302
'err' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
JavaScript code convention check:
web-app/packages/lib/src/modules/project/store.ts#L752
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
|
|
|