Fix usage rules to include elixir/otp and link Fluxon
This commit is contained in:
@@ -176,7 +176,15 @@ defmodule MusicLibrary.MixProject do
|
|||||||
defp usage_rules do
|
defp usage_rules do
|
||||||
[
|
[
|
||||||
file: "AGENTS.md",
|
file: "AGENTS.md",
|
||||||
usage_rules: :all
|
usage_rules: [
|
||||||
|
:elixir,
|
||||||
|
:otp,
|
||||||
|
"phoenix:all",
|
||||||
|
:usage_rules,
|
||||||
|
"usage_rules:all",
|
||||||
|
# link fluxon as it's HUGE
|
||||||
|
{:fluxon, link: :at}
|
||||||
|
]
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user