add mix format and dialyzer to CI #12
Annotations
4 warnings
mix format:
lib/teiserver_web/live/account/profile/overview.ex#L289
variable "user_id" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
mix format:
lib/teiserver_web/live/account/profile/overview.ex#L288
clauses with the same name and arity (number of arguments) should be grouped together, "def handle_event/3" was previously defined (lib/teiserver_web/live/account/profile/overview.ex:87)
|
mix format:
lib/teiserver_web/live/account/profile/overview.ex#L328
clauses with the same name and arity (number of arguments) should be grouped together, "def get_relationships_and_permissions/1" was previously defined (lib/teiserver_web/live/account/profile/overview.ex:272)
|
|