Skip to content
Snippets Groups Projects
Verified Commit 6e3abb0e authored by Louis's avatar Louis :fire:
Browse files

Remove offline mode from Clippy

parent 280d596a
No related branches found
No related tags found
No related merge requests found
Pipeline #627 failed with stage
in 17 seconds
......@@ -19,7 +19,7 @@ lint:
script:
- rustup component add rustfmt clippy
- cargo fmt --all --check
- cargo clippy --offline --frozen --locked -- -D warnings
- cargo clippy --frozen --locked -- -D warnings
cache:
<<: *global_cache
policy: pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment