Open bfops opened 1 month ago
Clippy is slow. Since we really only use it for one things, we'd like to replace it with a "manual" search for the string println! and just warn about that.
println!
clippy
spacetimedb::println!
--skip-println-checks
Background
Clippy is slow. Since we really only use it for one things, we'd like to replace it with a "manual" search for the string
println!
and just warn about that.Definition of Done
clippy
with a text-based search forprintln!
in the project (https://github.com/clockworklabs/SpacetimeDB/pull/1928).spacetimedb::println!
, and other related macros (https://github.com/clockworklabs/SpacetimeDB/pull/1929)--skip-println-checks
(https://github.com/clockworklabs/SpacetimeDB/pull/1928).