Add Finch.stream_while/5
#827
Annotations
2 errors and 10 warnings
mix_test (1.15.1, 25.x, lint):
test/finch/http1/pool_test.exs#L70
test async_request sends responses to the caller (Finch.HTTP1.PoolTest)
|
mix_test (1.15.1, 25.x, lint)
Process completed with exit code 2.
|
mix_test (1.15.1, 25.x, lint)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
mix_test (1.15.1, 25.x, lint)
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
mix_test (1.15.1, 25.x, lint)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
mix_test (1.15.1, 25.x, lint)
use Bitwise is deprecated. import Bitwise instead
|
mix_test (1.15.1, 25.x, lint)
use Bitwise is deprecated. import Bitwise instead
|
mix_test (1.15.1, 25.x, lint)
use Bitwise is deprecated. import Bitwise instead
|
mix_test (1.15.1, 25.x, lint)
Regex.regex?/1 is deprecated. Use Kernel.is_struct/2 or pattern match on %Regex{} instead
|
mix_test (1.15.1, 25.x, lint)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
mix_test (1.15.1, 25.x, lint)
System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
|
mix_test (1.15.1, 25.x, lint)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|