feat: Find Options - Update components API #2178
Annotations
28 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Compile project:
libs/application_runner/deps/neotomex/mix.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Compile project
Dbg.clear/0 is undefined (module Dbg is not available or is yet to be defined)
|
Compile project
Dbg.local_call/1 is undefined (module Dbg is not available or is yet to be defined)
|
Compile project
Dbg.trace/2 is undefined (module Dbg is not available or is yet to be defined)
|
Compile project
Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Compile project
Supervisor.Spec.supervisor/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Compile project
unused alias BusinessError
|
Compile project
unused alias AppSocket
|
Compile project
unused alias Environment
|
Compile project
unused alias Session
|
Run tests
unused alias Contract
|
Run tests
unused alias Environment
|
Run tests
unused alias FakeRouteChannel
|
Run tests
unused alias Repo
|
Run tests
unused alias RouteChannel
|
Run tests
variable "paginated_res" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run tests
variable "pid" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run tests
module attribute @function_name was set but never used
|
Run tests
unused alias AppGuardian
|
Run tests
key :token will be overridden in map
|
Check code style with credo:
libs/application_runner/deps/neotomex/mix.exs#L3
use Mix.Config is deprecated. Use the Config module instead
|
Check code style with credo
Dbg.clear/0 is undefined (module Dbg is not available or is yet to be defined)
|
Check code style with credo
Dbg.local_call/1 is undefined (module Dbg is not available or is yet to be defined)
|
Check code style with credo
Dbg.trace/2 is undefined (module Dbg is not available or is yet to be defined)
|
Check code style with credo
Supervisor.Spec.supervise/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Check code style with credo
Supervisor.Spec.supervisor/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
|
Loading