Skip to content

fix: remove linting warnings #56

fix: remove linting warnings

fix: remove linting warnings #56

Triggered via pull request October 5, 2023 09:07
Status Failure
Total duration 1m 38s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
OTP 26.x / Elixir 1.15.x (ubuntu-22.04)
Process completed with exit code 1.
OTP 26.x / Elixir 1.15.x (ubuntu-22.04)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
OTP 26.x / Elixir 1.15.x (ubuntu-22.04)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
OTP 26.x / Elixir 1.15.x (ubuntu-22.04): test/integration_test.exs#L55
PetstoreClient.add_pet/1 is undefined (module PetstoreClient is not available or is yet to be defined)
OTP 26.x / Elixir 1.15.x (ubuntu-22.04): test/integration_test.exs#L54
PetstoreClient.create_user/1 is undefined (module PetstoreClient is not available or is yet to be defined)
OTP 26.x / Elixir 1.15.x (ubuntu-22.04): test/integration_test.exs#L57
PetstoreClient.create_users_with_list_input/1 is undefined (module PetstoreClient is not available or is yet to be defined)
OTP 26.x / Elixir 1.15.x (ubuntu-22.04): test/integration_test.exs#L45
PetstoreClient.find_pets_by_status/1 is undefined (module PetstoreClient is not available or is yet to be defined)
OTP 26.x / Elixir 1.15.x (ubuntu-22.04): test/integration_test.exs#L47
PetstoreClient.find_pets_by_tags/1 is undefined (module PetstoreClient is not available or is yet to be defined)
OTP 26.x / Elixir 1.15.x (ubuntu-22.04): test/integration_test.exs#L49
PetstoreClient.get_inventory/0 is undefined (module PetstoreClient is not available or is yet to be defined)
OTP 26.x / Elixir 1.15.x (ubuntu-22.04): test/integration_test.exs#L50
PetstoreClient.get_order_by_id/1 is undefined (module PetstoreClient is not available or is yet to be defined)
OTP 26.x / Elixir 1.15.x (ubuntu-22.04): test/integration_test.exs#L52
PetstoreClient.get_pet_by_id/1 is undefined (module PetstoreClient is not available or is yet to be defined)
OTP 26.x / Elixir 1.15.x (ubuntu-22.04): test/integration_test.exs#L51
PetstoreClient.get_user_by_name/1 is undefined (module PetstoreClient is not available or is yet to be defined)
OTP 26.x / Elixir 1.15.x (ubuntu-22.04): test/integration_test.exs#L56
PetstoreClient.place_order/1 is undefined (module PetstoreClient is not available or is yet to be defined)
OTP 26.x / Elixir 1.15.x (ubuntu-22.04)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
OTP 26.x / Elixir 1.15.x (ubuntu-22.04)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead