We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3dc10 commit 8e49ae5Copy full SHA for 8e49ae5
mise.toml
@@ -83,3 +83,11 @@ run = "mix ecto.migrate"
83
description = "Seed the database"
84
depends = [ "docker-compose-up" ]
85
run = "mix run priv/repo/seeds.exs"
86
+
87
+[tasks.credo]
88
+description = "Lint Elixir code to enforce code consistency"
89
+run = "mix credo --strict"
90
91
+[tasks.sobelow]
92
+description = "Check Elixir code for security vulnerabilities"
93
+run = "mix sobelow --private"
0 commit comments