This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Fix neoforge check, make forge validator more lenient #3594
Annotations
19 warnings
importing legacy numeric constants:
src/util/webhook.rs#L8
warning: importing legacy numeric constants
--> src/util/webhook.rs:8:5
|
8 | use std::usize;
| ^^^^^^^^^^
|
= help: remove this import
= note: then `usize::<CONST>` will resolve to the respective associated constant
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
= note: `#[warn(clippy::legacy_numeric_constants)]` on by default
|
fields `report_type`, `item_id`, `item_type`, and `body` are never read:
src/routes/v2/reports.rs#L23
warning: fields `report_type`, `item_id`, `item_type`, and `body` are never read
--> src/routes/v2/reports.rs:23:9
|
22 | pub struct CreateReport {
| ------------ fields in this struct
23 | pub report_type: String,
| ^^^^^^^^^^^
24 | pub item_id: String,
| ^^^^^^^
25 | pub item_type: ItemType,
| ^^^^^^^^^
26 | pub body: String,
| ^^^^
|
field `bio` is never read:
src/routes/internal/flows.rs#L683
warning: field `bio` is never read
--> src/routes/internal/flows.rs:683:25
|
679 | pub struct GoogleUser {
| ---------- field in this struct
...
683 | pub bio: Option<String>,
| ^^^
|
= note: `GoogleUser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|
fields `description` and `disclosure` are never read:
src/queue/payouts.rs#L294
warning: fields `description` and `disclosure` are never read
--> src/queue/payouts.rs:294:21
|
290 | pub struct Product {
| ------- fields in this struct
...
294 | pub description: String,
| ^^^^^^^^^^^
295 | pub disclosure: String,
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
docker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, docker/metadata-action@v3, docker/login-action@v1, docker/build-push-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
docker
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/metadata-action@v3, docker/login-action@v1, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|