Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have reproducible builds. Adjust workflows. #49

Merged
merged 2 commits into from
Jan 5, 2024

Add Cargo.lock for workspace (very important for meta crates).

524f655
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Have reproducible builds. Adjust workflows. #49

Add Cargo.lock for workspace (very important for meta crates).
524f655
Select commit
Loading
Failed to load commit list.
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