Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
e68520a9
Unverified
Commit
e68520a9
authored
Mar 16, 2021
by
Michael Müller
Browse files
Enable clippy for `rand-extension` example again
parent
a9ab40db
Pipeline
#128699
failed with stages
in 8 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e68520a9
...
...
@@ -247,22 +247,16 @@ examples-clippy-std:
-
job
:
clippy-std
artifacts
:
false
script
:
# Revert as soon as the clippy nightly ice fix lands
-
for example in examples/*/; do
if [ "$example" != "examples/rand-extension/" ]; then
cargo clippy --verbose --manifest-path ${example}/Cargo.toml -- -D warnings;
fi
cargo clippy --verbose --manifest-path ${example}/Cargo.toml -- -D warnings;
done
examples-clippy-wasm
:
stage
:
examples
<<
:
*docker-env
script
:
# Revert as soon as the clippy nightly ice fix lands
-
for example in examples/*/; do
if [ "$example" != "examples/rand-extension/" ]; then
cargo clippy --verbose --manifest-path ${example}/Cargo.toml --no-default-features --target wasm32-unknown-unknown -- -D warnings;
fi
cargo clippy --verbose --manifest-path ${example}/Cargo.toml --no-default-features --target wasm32-unknown-unknown -- -D warnings;
done
examples-contract-build
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment