Update .formatter.exs to include read_metadata (#9)

This commit is contained in:
Robert Ellen 2023-09-06 15:19:34 +10:00 committed by GitHub
parent e998a278a9
commit 2d03e0fe7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ spark_locals_without_parens = [
on_error: 1, on_error: 1,
queue: 1, queue: 1,
read_action: 1, read_action: 1,
read_metadata: 1,
record_limit: 1, record_limit: 1,
scheduler_cron: 1, scheduler_cron: 1,
scheduler_queue: 1, scheduler_queue: 1,