Skip to content

Commit

Permalink
Switch clippy from nightly to stable, because of nalgebra deps hangs …
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Oct 5, 2024
1 parent 394b882 commit 783806d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ clippy-nightly:
variables:
RUSTFLAGS: "-D warnings"
script:
- SKIP_WASM_BUILD=1 cargo +nightly clippy --all-targets
- SKIP_WASM_BUILD=1 cargo clippy --all-targets --locked --workspace

fmt:
stage: test
Expand Down Expand Up @@ -188,7 +188,7 @@ check-rustdoc:
SKIP_WASM_BUILD: 1
RUSTDOCFLAGS: "-Dwarnings"
script:
- time cargo +nightly doc --workspace --verbose --no-deps --all-features
- time cargo doc --workspace --verbose --no-deps --all-features

partial-repo-pallets-build-test:
stage: test
Expand Down
2 changes: 1 addition & 1 deletion relay-clients/client-kusama/src/codegen_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! THIS FILE WAS AUTOGENERATED USING parity-bridges-common::runtime-codegen
//! EXECUTED COMMAND: target/debug/runtime-codegen --from-node-url wss://kusama-rpc.polkadot.io

#[allow(dead_code, unused_imports, non_camel_case_types, unreachable_patterns)]
#[allow(dead_code, unused_imports, non_camel_case_types)]
#[allow(clippy::all)]
#[allow(rustdoc::broken_intra_doc_links)]
pub mod api {
Expand Down
2 changes: 1 addition & 1 deletion relay-clients/client-polkadot/src/codegen_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! THIS FILE WAS AUTOGENERATED USING parity-bridges-common::runtime-codegen
//! EXECUTED COMMAND: target/debug/runtime-codegen --from-node-url wss://dot-rpc.stakeworld.io

#[allow(dead_code, unused_imports, non_camel_case_types, unreachable_patterns)]
#[allow(dead_code, unused_imports, non_camel_case_types)]
#[allow(clippy::all)]
#[allow(rustdoc::broken_intra_doc_links)]
pub mod api {
Expand Down
2 changes: 1 addition & 1 deletion relay-clients/client-rococo/src/codegen_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! THIS FILE WAS AUTOGENERATED USING parity-bridges-common::runtime-codegen
//! EXECUTED COMMAND: target/debug/runtime-codegen --from-node-url wss://rococo-rpc.polkadot.io:443

#[allow(dead_code, unused_imports, non_camel_case_types, unreachable_patterns)]
#[allow(dead_code, unused_imports, non_camel_case_types)]
#[allow(clippy::all)]
#[allow(rustdoc::broken_intra_doc_links)]
pub mod api {
Expand Down
2 changes: 1 addition & 1 deletion relay-clients/client-westend/src/codegen_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! THIS FILE WAS AUTOGENERATED USING parity-bridges-common::runtime-codegen
//! EXECUTED COMMAND: target/debug/runtime-codegen --from-node-url wss://westend-rpc.polkadot.io:443

#[allow(dead_code, unused_imports, non_camel_case_types, unreachable_patterns)]
#[allow(dead_code, unused_imports, non_camel_case_types)]
#[allow(clippy::all)]
#[allow(rustdoc::broken_intra_doc_links)]
pub mod api {
Expand Down

0 comments on commit 783806d

Please sign in to comment.