General Refactor #264
code-quality.yml
on: pull_request
Lint with Clippy
1m 52s
Verify code formatting
14s
Matrix: Check intra-doc links
Annotations
24 errors and 37 warnings
|
Lint with Clippy:
canyon_core/src/query/querybuilder/types/mod.rs#L59
method `sql` is never used
|
|
Lint with Clippy:
canyon_core/src/query/querybuilder/syntax/join.rs#L39
associated function `new` is never used
|
|
Lint with Clippy:
canyon_core/src/query/querybuilder/syntax/having.rs#L13
associated functions `new` and `new_const` are never used
|
|
Lint with Clippy:
canyon_core/src/query/querybuilder/syntax/dialect.rs#L22
struct `StandardDialect` is never constructed
|
|
Lint with Clippy:
canyon_core/src/query/querybuilder/syntax/ast/mod.rs#L17
associated function `new_table` is never used
|
|
Lint with Clippy:
canyon_core/src/query/querybuilder/syntax/emitter/types/update.rs#L52
unused variable: `base_ast`
|
|
Lint with Clippy:
canyon_core/src/query/querybuilder/syntax/emitter/types/helpers.rs#L84
unused variable: `base_ast`
|
|
Lint with Clippy:
canyon_core/src/query/querybuilder/syntax/clause.rs#L77
unused import: `ToSqlTokens`
|
|
Lint with Clippy:
canyon_core/src/query/querybuilder/syntax/clause.rs#L73
unused import: `crate::query::operators::Operator`
|
|
Lint with Clippy:
canyon_core/src/query/querybuilder/syntax/clause.rs#L6
unused import: `crate::query::querybuilder::syntax::symbol::Symbol`
|
|
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/querybuilder/syntax/column.rs#L44
unclosed HTML tag `table`
|
|
Check intra-doc links (canyon_core):
canyon_core/src/query/querybuilder/contracts/mod.rs#L114
unresolved link to `QueryBuilder`
|
|
Check intra-doc links (canyon_core):
canyon_core/src/query/querybuilder/contracts/mod.rs#L93
unresolved link to `QueryBuilder`
|
|
Check intra-doc links (canyon_core):
canyon_core/src/query/querybuilder/contracts/mod.rs#L78
unresolved link to `QueryBuilder`
|
|
Check intra-doc links (canyon_core):
canyon_core/src/query/querybuilder/contracts/mod.rs#L63
unresolved link to `QueryBuilder`
|
|
Check intra-doc links (canyon_core):
canyon_core/src/query/querybuilder/contracts/mod.rs#L48
unresolved link to `QueryBuilder`
|
|
Check intra-doc links (canyon_core):
canyon_core/src/query/bounds.rs#L15
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`
|
|
Check intra-doc links (canyon_core):
canyon_core/src/connection/database_type.rs#L15
unresolved link to `QueryBuilder`
|
|
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. Node.js 20 will be removed from the runner on September 16th, 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. Node.js 20 will be removed from the runner on September 16th, 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. Node.js 20 will be removed from the runner on September 16th, 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/types/mod.rs#L59
method `sql` is never used
|
|
Check intra-doc links (canyon_migrations):
canyon_core/src/query/querybuilder/syntax/join.rs#L39
associated function `new` is never used
|
|
Check intra-doc links (canyon_migrations):
canyon_core/src/query/querybuilder/syntax/having.rs#L13
associated functions `new` and `new_const` are never used
|
|
Check intra-doc links (canyon_migrations):
canyon_core/src/query/querybuilder/syntax/dialect.rs#L22
struct `StandardDialect` is never constructed
|
|
Check intra-doc links (canyon_migrations):
canyon_core/src/query/querybuilder/syntax/ast/mod.rs#L17
associated function `new_table` is never used
|
|
Check intra-doc links (canyon_migrations):
canyon_core/src/query/querybuilder/syntax/emitter/types/update.rs#L52
unused variable: `base_ast`
|
|
|
|
Check intra-doc links (canyon_migrations):
canyon_core/src/query/querybuilder/syntax/clause.rs#L77
unused import: `ToSqlTokens`
|
|
Check intra-doc links (canyon_migrations):
canyon_core/src/query/querybuilder/syntax/clause.rs#L73
unused import: `crate::query::operators::Operator`
|
|
Check intra-doc links (canyon_migrations):
canyon_core/src/query/querybuilder/syntax/clause.rs#L6
unused import: `crate::query::querybuilder::syntax::symbol::Symbol`
|
|
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. Node.js 20 will be removed from the runner on September 16th, 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)
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. Node.js 20 will be removed from the runner on September 16th, 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/types/mod.rs#L59
method `sql` is never used
|
|
Check intra-doc links (canyon_macros):
canyon_core/src/query/querybuilder/syntax/join.rs#L39
associated function `new` is never used
|
|
Check intra-doc links (canyon_macros):
canyon_core/src/query/querybuilder/syntax/having.rs#L13
associated functions `new` and `new_const` are never used
|
|
Check intra-doc links (canyon_macros):
canyon_core/src/query/querybuilder/syntax/dialect.rs#L22
struct `StandardDialect` is never constructed
|
|
Check intra-doc links (canyon_macros):
canyon_core/src/query/querybuilder/syntax/ast/mod.rs#L17
associated function `new_table` is never used
|
|
Check intra-doc links (canyon_macros):
canyon_core/src/query/querybuilder/syntax/emitter/types/update.rs#L52
unused variable: `base_ast`
|
|
Check intra-doc links (canyon_macros):
canyon_core/src/query/querybuilder/syntax/emitter/types/helpers.rs#L84
unused variable: `base_ast`
|
|
Check intra-doc links (canyon_macros):
canyon_core/src/query/querybuilder/syntax/clause.rs#L77
unused import: `ToSqlTokens`
|
|
Check intra-doc links (canyon_macros):
canyon_core/src/query/querybuilder/syntax/clause.rs#L73
unused import: `crate::query::operators::Operator`
|
|
Check intra-doc links (canyon_macros):
canyon_core/src/query/querybuilder/syntax/clause.rs#L6
unused import: `crate::query::querybuilder::syntax::symbol::Symbol`
|
|
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. Node.js 20 will be removed from the runner on September 16th, 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/types/mod.rs#L59
method `sql` is never used
|
|
Check intra-doc links (canyon_crud):
canyon_core/src/query/querybuilder/syntax/join.rs#L39
associated function `new` is never used
|
|
Check intra-doc links (canyon_crud):
canyon_core/src/query/querybuilder/syntax/having.rs#L13
associated functions `new` and `new_const` are never used
|
|
Check intra-doc links (canyon_crud):
canyon_core/src/query/querybuilder/syntax/dialect.rs#L22
struct `StandardDialect` is never constructed
|
|
Check intra-doc links (canyon_crud):
canyon_core/src/query/querybuilder/syntax/ast/mod.rs#L17
associated function `new_table` is never used
|
|
Check intra-doc links (canyon_crud):
canyon_core/src/query/querybuilder/syntax/emitter/types/update.rs#L52
unused variable: `base_ast`
|
|
Check intra-doc links (canyon_crud):
canyon_core/src/query/querybuilder/syntax/emitter/types/helpers.rs#L84
unused variable: `base_ast`
|
|
Check intra-doc links (canyon_crud):
canyon_core/src/query/querybuilder/syntax/clause.rs#L77
unused import: `ToSqlTokens`
|
|
Check intra-doc links (canyon_crud):
canyon_core/src/query/querybuilder/syntax/clause.rs#L73
unused import: `crate::query::operators::Operator`
|
|
Check intra-doc links (canyon_crud):
canyon_core/src/query/querybuilder/syntax/clause.rs#L6
unused import: `crate::query::querybuilder::syntax::symbol::Symbol`
|
|
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. Node.js 20 will be removed from the runner on September 16th, 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/
|