Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
f329a928
Unverified
Commit
f329a928
authored
Mar 09, 2021
by
Michael Müller
Committed by
GitHub
Mar 09, 2021
Browse files
Revert me: Disable clippy for `rand-extension` example (#728)
parent
3fa224e3
Pipeline
#128063
passed with stages
in 56 minutes and 58 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f329a928
...
...
@@ -243,7 +243,7 @@ examples-clippy-std:
script
:
# Revert as soon as the clippy nightly ice fix lands
-
for example in examples/*/; do
if [ "$example" != "rand-extension" ]; then
if [ "$example" != "
examples/
rand-extension
/
" ]; then
cargo clippy --verbose --manifest-path ${example}/Cargo.toml -- -D warnings;
fi
done
...
...
@@ -254,7 +254,7 @@ examples-clippy-wasm:
script
:
# Revert as soon as the clippy nightly ice fix lands
-
for example in examples/*/; do
if [ "$example" != "rand-extension" ]; then
if [ "$example" != "
examples/
rand-extension
/
" ]; then
cargo clippy --verbose --manifest-path ${example}/Cargo.toml --no-default-features --target wasm32-unknown-unknown -- -D warnings;
fi
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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