45
45
- id : cargo-clippy-remote-executor
46
46
name : Cargo clippy for remote executor
47
47
language : " rust"
48
- entry : cargo +1.66.1 clippy --manifest-path ./governance/remote_executor/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
48
+ entry : cargo +1.66.1 clippy --manifest-path ./governance/remote_executor/Cargo.toml --tests -- --deny warnings
49
49
pass_filenames : false
50
50
files : governance/remote_executor
51
51
# Hooks for cosmwasm contract
58
58
- id : cargo-clippy-cosmwasm
59
59
name : Cargo clippy for cosmwasm contract
60
60
language : " rust"
61
- entry : cargo +1.82.0 clippy --manifest-path ./target_chains/cosmwasm/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
61
+ entry : cargo +1.82.0 clippy --manifest-path ./target_chains/cosmwasm/Cargo.toml --tests -- --deny warnings
62
62
pass_filenames : false
63
63
files : target_chains/cosmwasm
64
64
# Hooks for Hermes
71
71
- id : cargo-clippy-hermes
72
72
name : Cargo clippy for Hermes
73
73
language : " rust"
74
- entry : cargo +1.82.0 clippy --manifest-path ./apps/hermes/server/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
74
+ entry : cargo +1.82.0 clippy --manifest-path ./apps/hermes/server/Cargo.toml --tests -- --deny warnings
75
75
pass_filenames : false
76
76
files : apps/hermes
77
77
# Hooks for Fortuna
84
84
- id : cargo-clippy-fortuna
85
85
name : Cargo clippy for Fortuna
86
86
language : " rust"
87
- entry : cargo +1.82.0 clippy --manifest-path ./apps/fortuna/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
87
+ entry : cargo +1.82.0 clippy --manifest-path ./apps/fortuna/Cargo.toml --tests -- --deny warnings
88
88
pass_filenames : false
89
89
files : apps/fortuna
90
90
# Hooks for message buffer contract
97
97
- id : cargo-clippy-message-buffer
98
98
name : Cargo clippy for message buffer contract
99
99
language : " rust"
100
- entry : cargo +1.66.1 clippy --manifest-path ./pythnet/message_buffer/Cargo.toml --tests --fix --allow-dirty --allow-staged --features test-bpf -- -D warnings
100
+ entry : cargo +1.66.1 clippy --manifest-path ./pythnet/message_buffer/Cargo.toml --tests -- --deny warnings
101
101
pass_filenames : false
102
102
files : pythnet/message_buffer
103
103
# Hooks for pythnet_sdk
@@ -110,7 +110,7 @@ repos:
110
110
- id : cargo-clippy-pythnet-sdk
111
111
name : Cargo clippy for pythnet SDK
112
112
language : " rust"
113
- entry : cargo +1.82.0 clippy --manifest-path ./pythnet/pythnet_sdk/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
113
+ entry : cargo +1.82.0 clippy --manifest-path ./pythnet/pythnet_sdk/Cargo.toml --tests -- --deny warnings
114
114
pass_filenames : false
115
115
files : pythnet/pythnet_sdk
116
116
# Hooks for solana receiver contract
@@ -123,7 +123,7 @@ repos:
123
123
- id : cargo-clippy-pyth-solana-receiver
124
124
name : Cargo clippy for solana target chain contract
125
125
language : " rust"
126
- entry : cargo +1.73.0 clippy --manifest-path ./target_chains/solana/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
126
+ entry : cargo +1.73.0 clippy --manifest-path ./target_chains/solana/Cargo.toml --tests -- --deny warnings
127
127
pass_filenames : false
128
128
files : target_chains/solana
129
129
# For express relay python files
0 commit comments