fixes for whom want to inject Plug or LiveView code #19
Annotations
1 error and 11 warnings
Run Credo
Process completed with exit code 26.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Credo:
lib/supabase/go_true/plug.ex#L23
Nested modules could be aliased at the top of the invoking module.
|
Run Credo:
lib/supabase/go_true/live_view.ex#L35
Nested modules could be aliased at the top of the invoking module.
|
Run Credo:
lib/supabase/go_true/plug.ex#L32
Avoid long quote blocks.
|
Run Credo:
lib/supabase/go_true/user_handler.ex#L237
Avoid `apply/2` and `apply/3` when the number of arguments is known.
|
Run Credo:
lib/supabase/go_true/user_handler.ex#L234
Avoid `apply/2` and `apply/3` when the number of arguments is known.
|
Run Credo:
lib/supabase/go_true/user_handler.ex#L212
Avoid `apply/2` and `apply/3` when the number of arguments is known.
|
Run Credo:
lib/supabase/go_true/user_handler.ex#L209
Avoid `apply/2` and `apply/3` when the number of arguments is known.
|
Run Credo:
lib/supabase/go_true/plug.ex#L139
Avoid `apply/2` and `apply/3` when the number of arguments is known.
|
Run Credo:
lib/supabase/go_true/live_view.ex#L79
Avoid `apply/2` and `apply/3` when the number of arguments is known.
|
Run Credo:
lib/supabase/go_true/live_view.ex#L115
There should be no calls to `IO.inspect/1`.
|
Loading