mirror of
https://github.com/plausible/analytics.git
synced 2025-03-14 10:06:38 +00:00
* An experiment in more advanced predicates in pattern matches * More friendly pin expressions in comparison report * Use the new assert in a real test * Remove synthetic failing test * Add moduledoc * Rename `exact` to `exactly` * Make standard match bindings not throw unused warnings * Add basic support for ^strict_map() operator * Improve strict map checking to support nesting and better error report * Add checks for more common data types, including serialized time formats * Refactor the macro for a bit better legibility * Reduce code nesting further * Fix documentation definition
13 lines
319 B
Elixir
13 lines
319 B
Elixir
[
|
|
plugins: [Phoenix.LiveView.HTMLFormatter],
|
|
import_deps: [:ecto, :ecto_sql, :phoenix],
|
|
subdirectories: ["priv/*/migrations"],
|
|
inputs: [
|
|
"*.{heex,ex,exs}",
|
|
"{config,lib,test,extra}/**/*.{heex,ex,exs}",
|
|
"priv/*/seeds.exs",
|
|
"storybook/**/*.exs"
|
|
],
|
|
locals_without_parens: [assert_matches: 1]
|
|
]
|