Skip to content

chore: move docs to mkdocs #434

chore: move docs to mkdocs

chore: move docs to mkdocs #434

Triggered via pull request October 13, 2023 23:00
Status Failure
Total duration 8m 30s
Artifacts

staging_linter.yml

on: pull_request
Formatting Checks
8m 20s
Formatting Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 19 warnings
Formatting Checks: test/integration/proxy_test.exs#L120
test delete (Supavisor.Integration.ProxyTest)
Formatting Checks: test/supavisor/prom_ex_test.exs#L26
test remove tenant tag upon termination (Supavisor.PromExTest)
Formatting Checks: test/integration/proxy_test.exs#L96
test select (Supavisor.Integration.ProxyTest)
Formatting Checks: test/integration/proxy_test.exs#L31
test the wrong password (Supavisor.Integration.ProxyTest)
Formatting Checks: test/integration/proxy_test.exs#L171
test limit client connections (Supavisor.Integration.ProxyTest)
Formatting Checks: test/integration/proxy_test.exs#L103
test update (Supavisor.Integration.ProxyTest)
Formatting Checks: test/integration/proxy_test.exs#L41
test insert (Supavisor.Integration.ProxyTest)
Formatting Checks: test/integration/proxy_test.exs#L149
test checks that client_hanlder is idle and db_pid is nil for transaction mode (Supavisor.Integration.ProxyTest)
Formatting Checks: test/integration/proxy_test.exs#L48
test query via another node (Supavisor.Integration.ProxyTest)
Formatting Checks
Process completed with exit code 2.
Formatting Checks
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Formatting Checks
Mix.Config.merge/2 is deprecated. Use Config.Reader.merge/2 instead
Formatting Checks
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Formatting Checks
Mix.Config.eval!/2 is deprecated. Use Config.Reader.read_imports!/2 instead
Formatting Checks
Mix.Config.merge/2 is deprecated. Use Config.Reader.merge/2 instead
Formatting Checks
Mix.Config.persist/1 is deprecated. Use Application.put_all_env/2 instead
Formatting Checks
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Formatting Checks
Mix.Config.merge/2 is deprecated. Use Config.Reader.merge/2 instead
Formatting Checks
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
Formatting Checks
Mix.Config.eval!/2 is deprecated. Use Config.Reader.read_imports!/2 instead
Formatting Checks
Mix.Config.merge/2 is deprecated. Use Config.Reader.merge/2 instead
Formatting Checks
Mix.Config.persist/1 is deprecated. Use Application.put_all_env/2 instead
Formatting Checks: lib/supavisor_web/open_api_schemas.ex#L175
Numbers larger than 9999 should be written with underscores: 25_000
Formatting Checks: lib/supavisor_web/open_api_schemas.ex#L104
Numbers larger than 9999 should be written with underscores: 25_000
Formatting Checks: lib/supavisor_web/open_api_schemas.ex#L46
Numbers larger than 9999 should be written with underscores: 25_000
Formatting Checks: test/integration/proxy_test.exs#L132
Line is too long (max is 120, was 144).
Formatting Checks: lib/supavisor/db_handler.ex#L75
Function body is nested too deep (max depth is 2, was 3).
Formatting Checks: lib/supavisor/helpers.ex#L55
Function body is nested too deep (max depth is 2, was 3).
Formatting Checks: lib/supavisor/monitoring/prom_ex.ex#L94
There should be no unused return values for Enum functions.