diff --git a/polkadot/scripts/ci/gitlab/pipeline/check.yml b/polkadot/scripts/ci/gitlab/pipeline/check.yml index 15dc9bae89..b6a3ba9640 100644 --- a/polkadot/scripts/ci/gitlab/pipeline/check.yml +++ b/polkadot/scripts/ci/gitlab/pipeline/check.yml @@ -25,7 +25,8 @@ cargo-fmt: - cargo +nightly fmt --all -- --check allow_failure: true -spellcheck: +# Disabled in https://github.com/paritytech/polkadot/pull/7512 +.spellcheck_disabled: stage: check extends: - .docker-env