mirror of
https://github.com/plausible/analytics.git
synced 2024-11-27 09:16:25 +03:00
d161c1be0b
* upgrade phoenix Co-authored-by: Vini Brasil <vini@hey.com> * fix a test (flash message) The flash message in focus.html.eex was not covered by any test. This commit fixes also fixes that. * change function name * remove unnecessary formatter and format * update CI cache * fix dialyzer error --------- Co-authored-by: Vini Brasil <vini@hey.com>
6 lines
180 B
Elixir
6 lines
180 B
Elixir
[
|
|
import_deps: [:ecto, :ecto_sql, :phoenix],
|
|
subdirectories: ["priv/*/migrations"],
|
|
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]
|
|
]
|