nccgroup/sobelow

`--no-router` flag for use in non-Phoenix projects

Open

#165 geöffnet am 3. Mai 2024

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elixir (119 Forks)batch import
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (1.780 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I see the cannot found the router warning in my umbrella applications which do not have Phoenix routers, and I would also like to use Sobelow in some libraries that I maintain without seeing this warning.

If a --no-router flag is specified (or is present in configuration), then the no_router message should not be printed.

Contributor Guide