Skip to content

General Refactor

General Refactor #251

Triggered via pull request March 18, 2026 08:40
Status Failure
Total duration 3m 27s
Artifacts

code-quality.yml

on: pull_request
Lint with Clippy
2m 1s
Lint with Clippy
Verify code formatting
24s
Verify code formatting
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 37 warnings
Lint with Clippy: canyon_core/src/query/querybuilder/syntax/dialect.rs#L19
struct `MsSql` is never constructed
Lint with Clippy: canyon_core/src/query/querybuilder/syntax/dialect.rs#L10
struct `StandardDialect` is never constructed
Lint with Clippy: canyon_core/src/query/querybuilder/syntax/dialect.rs#L5
associated constants `SUPPORTS_RETURNING` and `SUPPORTS_LIMIT_OFFSET` are never used
Lint with Clippy: canyon_core/src/query/querybuilder/syntax/ast/insert.rs#L20
associated function `new` is never used
Lint with Clippy: canyon_core/src/query/querybuilder/syntax/ast/insert.rs#L8
struct `InsertAst` is never constructed
Lint with Clippy: canyon_core/src/query/querybuilder/syntax/order.rs#L4
unused import: `tiberius::ToSql`
Lint with Clippy: canyon_core/src/connection/mod.rs#L63
unused import: `crate::impl_db_connection_for_str`
Check intra-doc links (canyon_crud)
Process completed with exit code 101.
Check intra-doc links (canyon_crud): canyon_crud/src/crud.rs#L122
unresolved link to `Canyon`
Check intra-doc links (canyon_crud): canyon_crud/src/crud.rs#L49
unresolved link to `canyon_sql::query::querybuilder::SelectQueryBuilder`
Check intra-doc links (canyon_crud): canyon_crud/src/crud.rs#L40
unresolved link to `canyon_sql::query::querybuilder::SelectQueryBuilder`
Check intra-doc links (canyon_core): canyon_core/src/query/bounds.rs#L14
unresolved link to `primary_key`
Check intra-doc links (canyon_core): canyon_core/src/query/query.rs#L15
unresolved link to `skip_mapping`
Check intra-doc links (canyon_core): canyon_core/src/connection/database_type.rs#L54
unresolved link to `QueryBuilder::build`
Verify code formatting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, hecrj/setup-rust-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check intra-doc links (canyon_entities)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, hecrj/setup-rust-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check intra-doc links (canyon_migrations)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, hecrj/setup-rust-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check intra-doc links (canyon_migrations): canyon_core/src/query/querybuilder/syntax/dialect.rs#L5
associated constants `SUPPORTS_RETURNING` and `SUPPORTS_LIMIT_OFFSET` are never used
Check intra-doc links (canyon_migrations): canyon_core/src/connection/mod.rs#L63
unused import: `crate::impl_db_connection_for_str`
Lint with Clippy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, hecrj/setup-rust-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check intra-doc links (canyon_crud)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, hecrj/setup-rust-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check intra-doc links (canyon_crud): canyon_core/src/query/querybuilder/syntax/dialect.rs#L10
struct `StandardDialect` is never constructed
Check intra-doc links (canyon_crud): canyon_core/src/query/querybuilder/syntax/dialect.rs#L5
associated constants `SUPPORTS_RETURNING` and `SUPPORTS_LIMIT_OFFSET` are never used
Check intra-doc links (canyon_crud): canyon_core/src/connection/mod.rs#L63
unused import: `crate::impl_db_connection_for_str`
Check intra-doc links (canyon_macros)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, hecrj/setup-rust-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check intra-doc links (canyon_macros): canyon_core/src/query/querybuilder/syntax/dialect.rs#L10
struct `StandardDialect` is never constructed
Check intra-doc links (canyon_macros): canyon_core/src/query/querybuilder/syntax/dialect.rs#L5
associated constants `SUPPORTS_RETURNING` and `SUPPORTS_LIMIT_OFFSET` are never used
Check intra-doc links (canyon_macros): canyon_core/src/connection/mod.rs#L63
unused import: `crate::impl_db_connection_for_str`
Check intra-doc links (canyon_core)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, hecrj/setup-rust-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/