chore: add disallowed_script_idents clippy extra-pedantic lint (#881)
Some checks are pending
CI / Checks [linux] (push) Blocked by required conditions
CI / Check formatting (push) Waiting to run
CI / Check typos (push) Waiting to run
CI / Checks [macos] (push) Blocked by required conditions
CI / Checks [windows] (push) Blocked by required conditions
CI / Fuzzing (push) Blocked by required conditions
CI / Web Client (push) Blocked by required conditions
CI / FFI (push) Blocked by required conditions
CI / Success (push) Blocked by required conditions
Coverage / Coverage Report (push) Waiting to run
Release crates / Open release PR (push) Waiting to run
Release crates / Release crates (push) Waiting to run

This commit is contained in:
Alex Yusiuk 2025-07-23 18:29:27 +03:00 committed by GitHub
parent f96b1b2ce8
commit e7393f50d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,6 +125,7 @@ unnecessary_box_returns = "warn"
# == Extra-pedantic clippy == #
allow_attributes = "warn"
disallowed_script_idents = "warn"
collection_is_never_read = "warn"
copy_iterator = "warn"
expl_impl_clone_on_copy = "warn"