Skip to content

build(deps-dev): bump credo from 1.6.7 to 1.7.1 #171

build(deps-dev): bump credo from 1.6.7 to 1.7.1

build(deps-dev): bump credo from 1.6.7 to 1.7.1 #171

Triggered via pull request October 2, 2023 13:49
Status Failure
Total duration 1m 49s
Artifacts

elixir_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
Checks
Process completed with exit code 8.
Checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Checks: deps/neotomex/mix.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Checks
Dbg.clear/0 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.local_call/1 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.trace/2 is undefined (module Dbg is not available or is yet to be defined)
Checks: lib/exec.ex#L144
Function body is nested too deep (max depth is 2, was 3).
Checks: lib/exec.ex#L90
Function body is nested too deep (max depth is 2, was 3).
Checks: deps/neotomex/mix.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Checks
Dbg.clear/0 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.local_call/1 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.trace/2 is undefined (module Dbg is not available or is yet to be defined)
Checks
System.get_pid/0 is deprecated. Use System.pid/0 instead
Checks: test/support/js_parser.ex#L17
variable "e" is unused (if the variable is not meant to be used, prefix it with an underscore)