f6792e08aa
quokka 2.13.0 => 2.13.1
21 lines
497 B
Elixir
21 lines
497 B
Elixir
[
|
|
import_deps: [:error_tracker, :ecto, :ecto_sql, :oban, :oban_web, :phoenix, :phoenix_live_view],
|
|
subdirectories: ["priv/*/migrations"],
|
|
plugins: [Phoenix.LiveView.HTMLFormatter, Quokka],
|
|
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"],
|
|
quokka: [
|
|
only: [
|
|
:autosort,
|
|
:blocks,
|
|
:configs,
|
|
:defs,
|
|
:deprecations,
|
|
:line_length,
|
|
:module_directives,
|
|
:pipes,
|
|
:single_node,
|
|
:tests
|
|
]
|
|
]
|
|
]
|