Select the types of activity you want to include in your feed.
fix(lint): use Fmt instead of Printf/Format in tests
Replace Printf.sprintf with Fmt.str, Format.asprintf with Fmt.str, Format.fprintf with Fmt.pf, and Format.formatter_of_buffer patterns with Fmt.str "%a" across all test files.