Skip to content

Commit

Permalink
Add live_dashboard entries to formatter config
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 9, 2020
1 parent 96dd724 commit f2b7d7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .formatter.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@ locals_without_parens = [
# Phoenix.ConnTest
assert_error_sent: 2,

# Phoenix.LiveView.Router
# Phoenix.Live{Dashboard,View}.Router
live: 2,
live: 3,
live: 4
live: 4,
live_dashboard: 1,
live_dashboard: 2
]

[
Expand Down

0 comments on commit f2b7d7b

Please sign in to comment.