mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
* Upgrade to phoenix 1.7.0 The minimal changes necessary to compile the application * Import Phoenix.Component instead of LiveView * Fix compilation warnings * mix format * Update tests to trim newline characters * mix gettext.extract --merge * style: correct linting * rebuild gettext * fix: correct spacing before unit for energy added * fix: use unicode character for whitespace * fix: spacing with witespace * fix: use numeric value for charge_energy_added in charging test * fix: avoid warning about unsued function, which is actually used in plug * fix: use whitespace in test before charge_energy_added --------- Co-authored-by: JakobLichterfeld <jakob-lichterfeld@gmx.de>
7 lines
242 B
Elixir
7 lines
242 B
Elixir
[
|
|
import_deps: [:ecto, :phoenix, :phoenix_live_view, :tesla],
|
|
inputs: ["*.{heex,ex,exs}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{heex,ex,exs}"],
|
|
plugins: [Phoenix.LiveView.HTMLFormatter],
|
|
subdirectories: ["priv/*/migrations"]
|
|
]
|