Skip to content

Commit

Permalink
Merge pull request #7 from rbino/assoc-options
Browse files Browse the repository at this point in the history
Add support for missing 3-arity translatable associations
  • Loading branch information
mathieuprog authored Sep 1, 2024
2 parents d31ebb9 + e482a56 commit 565ae60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
locals_without_parens = [
translatable_field: 1,
translatable_belongs_to: 2,
translatable_belongs_to: 3,
translatable_has_many: 2,
translatable_has_many: 3,
translatable_has_one: 2,
translatable_has_one: 3,
translatable_many_to_many: 2,
translatable_many_to_many: 3
]

Expand Down

0 comments on commit 565ae60

Please sign in to comment.