code refactor && add github action #1
rust.yml
on: push
codestyle
13s
lint
44s
compile
34s
docs
22s
compile-no-std
18s
Matrix: test
Annotations
24 errors and 13 warnings
codestyle:
src/das/set_statement.rs#L2
Diff in /home/runner/work/sqlparser-mysql/sqlparser-mysql/src/das/set_statement.rs
|
codestyle
Process completed with exit code 1.
|
compile-no-std
can't find crate for `std`
|
compile-no-std
Process completed with exit code 101.
|
docs:
src/common/table_option.rs#L19
unresolved link to `DEFAULT`
|
docs:
src/common/table_option.rs#L21
unresolved link to `DEFAULT`
|
docs:
src/common/table_option.rs#L42
unresolved link to `,tbl_name`
|
docs:
src/common/table_option.rs#L83
unresolved link to `DEFAULT`
|
docs:
src/common/table_option.rs#L85
unresolved link to `DEFAULT`
|
docs:
src/common/table_option.rs#L106
unresolved link to `,tbl_name`
|
docs:
src/common/table_option.rs#L202
unresolved link to `DEFAULT`
|
docs:
src/common/table_option.rs#L223
unresolved link to `DEFAULT`
|
docs:
src/common/table_option.rs#L257
unresolved link to `DEFAULT`
|
docs:
src/common/table_option.rs#L639
unresolved link to `,tbl_name`
|
lint:
src/parser.rs#L112
unneeded `return` statement
|
lint:
src/parser.rs#L98
redundant closure
|
lint:
src/parser.rs#L101
redundant closure
|
lint:
src/parser.rs#L105
redundant closure
|
lint:
src/parser.rs#L106
redundant closure
|
lint:
src/parser.rs#L107
redundant closure
|
lint:
src/parser.rs#L136
this `impl` can be derived
|
lint:
src/base/column.rs#L148
this lifetime isn't used in the impl
|
lint:
src/base/column.rs#L167
redundant closure
|
lint:
src/base/column.rs#L232
manual implementation of `Option::map`
|
codestyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
codestyle
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
compile-no-std
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
docs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
compile
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1, actions-rs/[email protected], actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1, actions-rs/[email protected], actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1, actions-rs/[email protected], actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|