This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Mix.Tasks.ConvertToVerifiedRoutes do | |
@moduledoc """ | |
Replaces routes with verified routes. | |
Forked from | |
https://gist.github.com/andreaseriksson/e454b9244a734310d4ab74d8595f98cd | |
This requires all routes to consistently be aliased with | |
alias MyAppWeb.Router.Helpers, as: Routes | |
Run with |