Skip to content

refactor: upgrade ninja and skill controllers to 1.7 #1038

refactor: upgrade ninja and skill controllers to 1.7

refactor: upgrade ninja and skill controllers to 1.7 #1038

Triggered via pull request September 25, 2023 13:41
Status Failure
Total duration 2m 30s
Artifacts

test.yml

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

Annotations

2 errors and 10 warnings
OTP 25.x / Elixir 1.14.x: lib/bokken_web/controllers/ninja/ninja_controller.ex#L41
** (CompileError) lib/bokken_web/controllers/ninja/ninja_controller.ex:41: undefined function team_i/0 (expected BokkenWeb.NinjaController to define such a function or for it to be imported, but none are available)
OTP 25.x / Elixir 1.14.x
Process completed with exit code 1.
OTP 25.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
OTP 25.x / Elixir 1.14.x
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
OTP 25.x / Elixir 1.14.x
ExAws.Config.new/2 is undefined (module ExAws.Config is not available or is yet to be defined)
OTP 25.x / Elixir 1.14.x
ExAws.Request.Url.sanitize/2 is undefined (module ExAws.Request.Url is not available or is yet to be defined)
OTP 25.x / Elixir 1.14.x
ExAws.S3.delete_object/2 is undefined (module ExAws.S3 is not available or is yet to be defined)
OTP 25.x / Elixir 1.14.x
ExAws.S3.presigned_url/5 is undefined (module ExAws.S3 is not available or is yet to be defined)
OTP 25.x / Elixir 1.14.x
ExAws.S3.put_object/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
OTP 25.x / Elixir 1.14.x
ExAws.S3.upload/4 is undefined (module ExAws.S3 is not available or is yet to be defined)
OTP 25.x / Elixir 1.14.x
ExAws.S3.Upload.stream_file/1 is undefined (module ExAws.S3.Upload is not available or is yet to be defined)
OTP 25.x / Elixir 1.14.x: lib/bokken_web/controllers/ninja/ninja_controller.ex#L41
variable "team_i" does not exist and is being expanded to "team_i()", please use parentheses to remove the ambiguity or change the variable name