Closed stratigos closed 8 months ago
A warning is issued for use of get_env/2 used outside of a module. The warning suggests using compile_env/3 instead.
get_env/2
compile_env/3
This change updates the documentation to conform to this suggestion and remove the warning, resulting in a cleaner and more modern setup for wallaby.
wallaby
Resolves #761
This worked just fine in my tests and when running my Phoenix application.
A warning is issued for use of
get_env/2
used outside of a module. The warning suggests usingcompile_env/3
instead.This change updates the documentation to conform to this suggestion and remove the warning, resulting in a cleaner and more modern setup for
wallaby
.Resolves #761