Add credo

This commit is contained in:
Maciej 2026-02-28 12:00:42 +02:00
parent ce463329f6
commit 1a8d9cd840
Signed by: maciej
GPG key ID: 28243AF437E32F99
4 changed files with 231 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[
import_deps: [:ecto, :ecto_sql, :phoenix],
import_deps: [:ecto, :phoenix],
subdirectories: ["priv/*/migrations"],
plugins: [Phoenix.LiveView.HTMLFormatter],
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}", "priv/*/seeds.exs"]