Have reproducible builds. Adjust workflows. #126
GitHub Actions / clippy
succeeded
Jan 5, 2024 in 0s
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (1)
contracts/mvx-game-sc/tests/game_sc_blackbox_tests.rs|138 col 5| warning: this function has too many arguments (8/7)
--> contracts/mvx-game-sc/tests/game_sc_blackbox_tests.rs:138:5
|
138 | / fn create_game(
139 | | &mut self,
140 | | waiting_time: u64,
141 | | number_of_players_min: u64,
... |
146 | | expected_game_id: &str,
147 | | ) -> &mut Self {
| |__________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: #[warn(clippy::too_many_arguments)]
on by default
Loading