Skip to content

fixes for whom want to inject Plug or LiveView code #19

fixes for whom want to inject Plug or LiveView code

fixes for whom want to inject Plug or LiveView code #19

Triggered via push September 24, 2024 14:35
Status Failure
Total duration 57s
Artifacts

ci.yml

on: push
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
lint (1.17.0, 27)
Process completed with exit code 26.
lint (1.17.0, 27)
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/
lint (1.17.0, 27): lib/supabase/go_true/plug.ex#L23
Nested modules could be aliased at the top of the invoking module.
lint (1.17.0, 27): lib/supabase/go_true/live_view.ex#L35
Nested modules could be aliased at the top of the invoking module.
lint (1.17.0, 27): lib/supabase/go_true/plug.ex#L32
Avoid long quote blocks.
lint (1.17.0, 27): lib/supabase/go_true/user_handler.ex#L237
Avoid `apply/2` and `apply/3` when the number of arguments is known.
lint (1.17.0, 27): lib/supabase/go_true/user_handler.ex#L234
Avoid `apply/2` and `apply/3` when the number of arguments is known.
lint (1.17.0, 27): lib/supabase/go_true/user_handler.ex#L212
Avoid `apply/2` and `apply/3` when the number of arguments is known.
lint (1.17.0, 27): lib/supabase/go_true/user_handler.ex#L209
Avoid `apply/2` and `apply/3` when the number of arguments is known.
lint (1.17.0, 27): lib/supabase/go_true/plug.ex#L139
Avoid `apply/2` and `apply/3` when the number of arguments is known.
lint (1.17.0, 27): lib/supabase/go_true/live_view.ex#L79
Avoid `apply/2` and `apply/3` when the number of arguments is known.
lint (1.17.0, 27): lib/supabase/go_true/live_view.ex#L115
There should be no calls to `IO.inspect/1`.