feat(volo-http): add client ip #1441
ci.yaml
on: pull_request
Matrix: lint
Matrix: test-linux
Matrix: test-macos
Matrix: test-windows
Matrix: docs-check
Matrix: test-cli
CI is green
0s
Annotations
9 errors and 9 warnings
test-macos (nightly)
Process completed with exit code 101.
|
test-windows (nightly)
Process completed with exit code 1.
|
test-macos (stable)
The job was canceled because "nightly" failed.
|
test-macos (stable)
The operation was canceled.
|
test-linux (nightly)
Process completed with exit code 101.
|
test-windows (stable)
The job was canceled because "nightly" failed.
|
test-windows (stable)
The operation was canceled.
|
test-linux (stable)
The job was canceled because "nightly" failed.
|
test-linux (stable)
The operation was canceled.
|
this `map_or` is redundant:
volo-build/src/util.rs#L313
warning: this `map_or` is redundant
--> volo-build/src/util.rs:313:16
|
313 | if repo.workdir().map_or(false, |workdir| workdir == path) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a standard comparison instead: `(repo.workdir() == Some(path))`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
= note: `#[warn(clippy::unnecessary_map_or)]` on by default
|
this `map_or` is redundant:
volo-build/src/util.rs#L313
warning: this `map_or` is redundant
--> volo-build/src/util.rs:313:16
|
313 | if repo.workdir().map_or(false, |workdir| workdir == path) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a standard comparison instead: `(repo.workdir() == Some(path))`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
= note: `#[warn(clippy::unnecessary_map_or)]` on by default
|
lint (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint (nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docs-check (nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-macos (nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-windows (nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-linux (nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-cli (stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|