Skip to content

Commit

Permalink
Add pending locals_without_parens
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 20, 2022
1 parent a8675a2 commit 4342ab4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,12 @@ locals_without_parens = [
# Phoenix.ConnTest
assert_error_sent: 2,

# Phoenix.Live{Dashboard,View}.Router
# Phoenix.Live{Dashboard,View}
attr: 2,
attr: 3,
slot: 1,
slot: 2,
slot: 3,
live: 2,
live: 3,
live: 4,
Expand Down

0 comments on commit 4342ab4

Please sign in to comment.