Skip to content

Commit

Permalink
Reenable clippy lint, reverting #623
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Aug 15, 2022
1 parent 49f46a5 commit 08f485d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ test-new-project-template:
- cargo check --verbose
- cargo test --verbose --all
- cargo fmt --verbose --all -- --check
- cargo clippy --verbose --manifest-path Cargo.toml -- -D warnings -A clippy::let-unit-value;
- cargo clippy --verbose --manifest-path Cargo.toml -- -D warnings;
- rusty-cachier cache upload

# With the introduction of `ink_linting` in `build.rs` the installation process
Expand Down

0 comments on commit 08f485d

Please sign in to comment.