Skip to content

feat: add client_idle_timeout option #410

feat: add client_idle_timeout option

feat: add client_idle_timeout option #410

Triggered via pull request September 18, 2023 09:48
Status Success
Total duration 7m 45s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

staging_linter.yml

on: pull_request
Formatting Checks
7m 36s
Formatting Checks
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
Formatting Checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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
use Bitwise is deprecated. import Bitwise 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
use Bitwise is deprecated. import Bitwise 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#L54
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.