DUP: move AMQP handling logic to Mississippi #1825
Annotations
22 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v1, erlef/setup-beam@v1.15. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Create PLTs dir
use Bitwise is deprecated. import Bitwise instead
|
Create PLTs dir
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Create PLTs dir
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Create PLTs dir
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Create PLTs dir
:random.seed/3 is deprecated. Use the 'rand' module instead
|
Create PLTs dir
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Create PLTs dir
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Create PLTs dir
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
Create PLTs dir
use Bitwise is deprecated. import Bitwise instead
|
Create PLTs dir
use Bitwise is deprecated. import Bitwise instead
|
Run dialyzer
Astarte.DataUpdaterPlant.DataUpdater.start_device_deletion/3 is undefined (module Astarte.DataUpdaterPlant.DataUpdater is not available or is yet to be defined)
|
Run dialyzer
unused alias DataUpdater
|
Run dialyzer
variable "message_id" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run dialyzer
clauses with the same name and arity (number of arguments) should be grouped together, "def handle_continue/2" was previously defined (lib/astarte_data_updater_plant/data_updater/impl.ex:410)
|
Run dialyzer
clauses with the same name and arity (number of arguments) should be grouped together, "def handle_continue/2" was previously defined (lib/astarte_data_updater_plant/data_updater/impl.ex:410)
|
Run dialyzer
clauses with the same name and arity (number of arguments) should be grouped together, "def handle_control/4" was previously defined (lib/astarte_data_updater_plant/data_updater/impl.ex:1544)
|
Run dialyzer
clauses with the same name and arity (number of arguments) should be grouped together, "def handle_continue/2" was previously defined (lib/astarte_data_updater_plant/data_updater/impl.ex:410)
|
Run dialyzer
function handle_install_volatile_trigger/7 is unused
|
Run dialyzer
got "@impl Handler" for function handle_continue/2 but this behaviour was not declared with @behaviour
|
Run dialyzer
got "@impl Handler" for function handle_continue/2 but this behaviour was not declared with @behaviour
|
Loading