30
30
- id : cargo-clippy-remote-executor
31
31
name : Cargo clippy for remote executor
32
32
language : " rust"
33
- entry : cargo +nightly-2023-03-01 clippy --manifest-path ./governance/remote_executor/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
33
+ entry : cargo +1.66.1 clippy --manifest-path ./governance/remote_executor/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
34
34
pass_filenames : false
35
35
files : governance/remote_executor
36
36
# Hooks for cosmwasm contract
43
43
- id : cargo-clippy-cosmwasm
44
44
name : Cargo clippy for cosmwasm contract
45
45
language : " rust"
46
- entry : cargo +nightly-2023-03-01 clippy --manifest-path ./target_chains/cosmwasm/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
46
+ entry : cargo +1.82.0 clippy --manifest-path ./target_chains/cosmwasm/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
47
47
pass_filenames : false
48
48
files : target_chains/cosmwasm
49
49
# Hooks for Hermes
56
56
- id : cargo-clippy-hermes
57
57
name : Cargo clippy for Hermes
58
58
language : " rust"
59
- entry : cargo +nightly-2024-03-26 clippy --manifest-path ./apps/hermes/server/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
59
+ entry : cargo +1.82.0 clippy --manifest-path ./apps/hermes/server/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
60
60
pass_filenames : false
61
61
files : apps/hermes
62
62
# Hooks for Fortuna
@@ -66,6 +66,12 @@ repos:
66
66
entry : cargo +nightly-2023-07-23 fmt --manifest-path ./apps/fortuna/Cargo.toml --all -- --config-path rustfmt.toml
67
67
pass_filenames : false
68
68
files : apps/fortuna
69
+ - id : cargo-clippy-fortuna
70
+ name : Cargo clippy for Fortuna
71
+ language : " rust"
72
+ entry : cargo +1.82.0 clippy --manifest-path ./apps/fortuna/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
73
+ pass_filenames : false
74
+ files : apps/fortuna
69
75
# Hooks for message buffer contract
70
76
- id : cargo-fmt-message-buffer
71
77
name : Cargo format for message buffer contract
76
82
- id : cargo-clippy-message-buffer
77
83
name : Cargo clippy for message buffer contract
78
84
language : " rust"
79
- entry : cargo +nightly-2023-03-01 clippy --manifest-path ./pythnet/message_buffer/Cargo.toml --tests --fix --allow-dirty --allow-staged --features test-bpf -- -D warnings
85
+ entry : cargo +1.66.1 clippy --manifest-path ./pythnet/message_buffer/Cargo.toml --tests --fix --allow-dirty --allow-staged --features test-bpf -- -D warnings
80
86
pass_filenames : false
81
87
files : pythnet/message_buffer
82
88
# Hooks for pythnet_sdk
89
95
- id : cargo-clippy-pythnet-sdk
90
96
name : Cargo clippy for pythnet SDK
91
97
language : " rust"
92
- entry : cargo +nightly-2024-08-04 clippy --manifest-path ./pythnet/pythnet_sdk/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
98
+ entry : cargo +1.82.0 clippy --manifest-path ./pythnet/pythnet_sdk/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
93
99
pass_filenames : false
94
100
files : pythnet/pythnet_sdk
95
101
# Hooks for solana receiver contract
@@ -102,7 +108,7 @@ repos:
102
108
- id : cargo-clippy-pyth-solana-receiver
103
109
name : Cargo clippy for solana target chain contract
104
110
language : " rust"
105
- entry : cargo +nightly-2023-03-01 clippy --manifest-path ./target_chains/solana/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
111
+ entry : cargo +1.73.0 clippy --manifest-path ./target_chains/solana/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
106
112
pass_filenames : false
107
113
files : target_chains/solana
108
114
# For express relay python files
0 commit comments