ash_oban/.formatter.exs

39 lines
747 B
Elixir
Raw Normal View History

2023-04-28 14:36:29 +12:00
spark_locals_without_parens = [
action: 1,
action_input: 1,
debug?: 1,
2024-03-30 12:52:22 +13:00
domain: 1,
2023-12-13 03:44:35 +13:00
log_errors?: 1,
log_final_error?: 1,
2023-04-28 14:36:29 +12:00
max_attempts: 1,
max_scheduler_attempts: 1,
2023-04-29 05:59:56 +12:00
on_error: 1,
2023-12-13 03:44:35 +13:00
priority: 1,
2023-04-28 14:36:29 +12:00
queue: 1,
read_action: 1,
read_metadata: 1,
record_limit: 1,
2023-12-13 03:44:35 +13:00
schedule: 2,
schedule: 3,
2023-04-28 14:36:29 +12:00
scheduler_cron: 1,
scheduler_priority: 1,
2023-04-28 14:36:29 +12:00
scheduler_queue: 1,
state: 1,
stream_batch_size: 1,
2023-04-28 14:36:29 +12:00
trigger: 1,
trigger: 2,
where: 1,
worker_priority: 1,
worker_read_action: 1
2023-04-28 14:36:29 +12:00
]
2023-04-22 16:46:04 +12:00
# Used by "mix format"
[
import_deps: [:ash],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
locals_without_parens: spark_locals_without_parens,
export: [
locals_without_parens: spark_locals_without_parens
]
]