My stab at CI (#66)
This commit is contained in:
@@ -13,18 +13,18 @@ description = "A tool for measuring GPUI test performance"
|
||||
missing_docs = "warn"
|
||||
|
||||
[lints.clippy]
|
||||
needless_continue = "allow" # For a convenience macro
|
||||
needless_continue = "allow" # For a convenience macro
|
||||
all = "warn"
|
||||
pedantic = "warn"
|
||||
style = "warn"
|
||||
missing_docs_in_private_items = "warn"
|
||||
as_underscore = "deny"
|
||||
allow_attributes = "deny"
|
||||
allow_attributes_without_reason = "deny" # This covers `expect` also, since we deny `allow`
|
||||
allow_attributes_without_reason = "deny" # This covers `expect` also, since we deny `allow`
|
||||
let_underscore_must_use = "forbid"
|
||||
undocumented_unsafe_blocks = "forbid"
|
||||
missing_safety_doc = "forbid"
|
||||
disallowed_methods = { level = "allow", priority = 1}
|
||||
disallowed_methods = { level = "allow", priority = 1 }
|
||||
|
||||
[dependencies]
|
||||
collections.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user