PhoenixRouteValidator
Detect conflicting routes defined in a Phoenix project.
Installation
The package can be installed by adding phoenix_route_validator to your list of dependencies in mix.exs:
def deps do
[
{:phoenix_route_validator, "~> 0.1.0"}
]
end