Johnny (Jonas)

Results 6 issues of Johnny (Jonas)

For case expressions if there is at least one guard but the expression is inexhaustive, show a warning about guards not contributing/being considered when checking for exhaustiveness. Example ``` warning:...

discussion
priority:low

> This EEP proposes two new attributes: -doc and -moduledoc. They could be used as follows: See: https://www.erlang.org/eeps/eep-0059#new-module-attributes Implemented in OTP 27 https://www.erlang.org/news/167#documentation Maybe `moduledoc false` for `@internal`? https://www.erlang.org/eeps/eep-0059#hidden-docs

help wanted
good first issue
priority:medium

1. fixes this typo 2. fixes elixir 1.15 Logger.warn deprecation warning

is there a plan to release 1.0 for semver stability ?

req < 0.4.0 expects follow_redirects req >= 0.4.0 expects redirect hackney option may be follow_redirect https://github.com/ex-aws/ex_aws/blob/v2.5.7/lib/ex_aws/request/req.ex#L39 https://github.com/ex-aws/ex_aws/blob/v2.5.8/lib/ex_aws/request/req.ex#L34 https://hexdocs.pm/req/0.3.12/Req.Steps.html#follow_redirects/1 https://hexdocs.pm/req/0.5.8/Req.Steps.html#redirect/1 => as req is not stable and ex_aws does not specify...