inaka / elvis

Erlang Style Reviewer
Apache License 2.0
424 stars 87 forks source link

Prevent hackney compilation warnings on OTP 23 #544

Closed paulo-ferraz-oliveira closed 3 years ago

paulo-ferraz-oliveira commented 3 years ago

The warning I'm getting is Warning: ssl:cipher_suites/0 is deprecated and will be removed in OTP 24; use use cipher_suites/2,3 instead but I get it still if I use the latest erlang-github (the one importing hackney, as explained in inaka/erlang-github#185, so will probably have to PR there first, then erlang-github 😄.