akoutmos / doctor

Ensure that your Elixir project documentation is healthy
MIT License
179 stars 15 forks source link

use Logger.warning #63

Closed roelandvanbatenburg closed 1 week ago

roelandvanbatenburg commented 8 months ago

While use this in our Elixir 1.16 repository I noticed this deprecation warning. I am not sure whether it is ok to update the elixir version. If it is not I can change the code to use System.version/0 to check whether to use warn/1 or warning/1 (introduced in Elixir 1.11).