Chore/dev updates (#46) #12
Annotations
12 warnings
Build and test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Build and test
use Bitwise is deprecated. import Bitwise instead
|
Build and test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Build and test
duplicate key :inside_code found in struct
|
Build and test
variable "matches" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test
variable "matches" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test
Enum.partition/2 is deprecated. Use Enum.split_with/2 instead
|
Build and test
trailing commas are not allowed inside function/macro call arguments
|
Build and test
"not expr1 in expr2" is deprecated, use "expr1 not in expr2" instead
|
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|
Build and test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
|