allow for callbacks to fail #44
Annotations
8 warnings
Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Build and test:
lib/plugin.ex#L288
variable "cb" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
deps/type_check/lib/type_check/spec.ex#L1
this clause cannot match because of different types/sizes
|
Build and test:
lib/service/dummy.ex#L113
redefining @moduledoc attribute previously set at line 38
|
Build and test:
lib/service/discord.ex#L417
redefining @moduledoc attribute previously set at line 415
|
Build and test:
test/stampede_stateless_test.exs#L60
variable "cfg" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
test/stampede_stateless_test.exs#L3
unused import ExUnit.CaptureLog
|