PO-2111 Show all pir errors like we show aiar errors #221
Annotations
4 errors and 11 warnings
Build and test (26.1.2, 1.15.6):
test/lib/deserialization/xs2a/payment_inititation_request_test.exs#L6
test deserializes a payment initiation request (Ibanity.Xs2a.PaymentInitiationRequest.DeserializationTest)
|
Build and test (26.1.2, 1.15.6):
test/lib/deserialization/xs2a/bulk_payment_inititation_request_test.exs#L6
test deserializes a payment initiation request (Ibanity.Xs2a.BulkPaymentInitiationRequest.DeserializationTest)
|
Build and test (26.1.2, 1.15.6):
test/lib/deserialization/xs2a/periodic_payment_inititation_request_test.exs#L6
test deserializes a payment initiation request (Ibanity.Xs2a.PeriodicPaymentInitiationRequest.DeserializationTest)
|
Build and test (26.1.2, 1.15.6)
Process completed with exit code 2.
|
Build and test (26.1.2, 1.15.6)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Build and test (26.1.2, 1.15.6)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
Build and test (26.1.2, 1.15.6)
use Bitwise is deprecated. import Bitwise instead
|
Build and test (26.1.2, 1.15.6)
use Bitwise is deprecated. import Bitwise instead
|
Build and test (26.1.2, 1.15.6)
Enum.chunk/2 is deprecated. Use Enum.chunk_every/2 instead
|
Build and test (26.1.2, 1.15.6)
:crypto.hmac/3 is undefined or private, use crypto:mac/4 instead
|
Build and test (26.1.2, 1.15.6)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Build and test (26.1.2, 1.15.6)
:crypto.block_decrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
|
Build and test (26.1.2, 1.15.6)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
Build and test (26.1.2, 1.15.6)
:crypto.block_encrypt/4 is undefined or private, use crypto:crypto_one_time/5, crypto:crypto_one_time_aead/6,7 or crypto:crypto_(dyn_iv)?_init + crypto:crypto_(dyn_iv)?_update + crypto:crypto_final instead
|
Build and test (26.1.2, 1.15.6)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|