Skip to content

Commit 3bd5720

Browse files
committed
Add live_dashboard entries to formatter config
1 parent 3630e75 commit 3bd5720

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.formatter.exs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ locals_without_parens = [
6363
# Phoenix.ConnTest
6464
assert_error_sent: 2,
6565

66-
# Phoenix.LiveView.Router
66+
# Phoenix.Live{Dashboard,View}.Router
6767
live: 2,
6868
live: 3,
69-
live: 4
69+
live: 4,
70+
live_dashboard: 1,
71+
live_dashboard: 2
7072
]
7173

7274
[

0 commit comments

Comments
 (0)