mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-09 21:18:02 -05:00
Introduce workspace-level lints (#2166)
Reduce the cost of adding a lint from O(#workspace_crates) to 1.
This commit is contained in:
committed by
GitHub
parent
23e92a0882
commit
c0fefae3e7
@@ -81,3 +81,7 @@ codegen-units = 256
|
||||
[profile.release-with-debug]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
||||
[workspace.lints.clippy]
|
||||
print_stdout = "deny"
|
||||
uninlined_format_args = "deny"
|
||||
Reference in New Issue
Block a user