Add brute force balance algo #128
Annotations
19 warnings
Build and test:
test/teiserver/battle/brute_force_internal_test.exs#L64
variable "result" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
test/teiserver/battle/brute_force_internal_test.exs#L65
variable "result" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
Build and test:
test/teiserver/battle/brute_force_internal_test.exs#L68
variable "result" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
Build and test:
test/teiserver/battle/brute_force_internal_test.exs#L69
variable "result" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
Build and test:
test/teiserver/battle/brute_force_internal_test.exs#L72
variable "result" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
Build and test:
test/teiserver/battle/brute_force_internal_test.exs#L73
variable "result" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
Build and test:
test/teiserver/battle/brute_force_test.exs#L8
unused alias BalanceLib
|
Build and test:
test/teiserver/battle/brute_force_test.exs#L10
unused alias CombinationsHelper
|
Build and test:
test/teiserver/battle/brute_force_internal_test.exs#L8
unused alias BalanceLib
|
Build and test:
test/teiserver/protocols/spring/spring_auth_test.exs#L566
variable "user" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/teiserver_web/controllers/admin/match_controller.ex#L5
unused alias BalanceLib
|
Build and test:
lib/teiserver_web/controllers/admin/match_controller.ex#L5
unused alias MatchLib
|
Build and test:
lib/teiserver_web/controllers/admin/match_controller.ex#L4
unused alias Telemetry
|
Build and test:
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)
|
Build and test:
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)
|
Build and test:
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)
|
|
Build and test:
lib/teiserver_web/templates/admin/user/smurf_list.html.heex#L189
variable "games_allied" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/teiserver_web/templates/admin/user/smurf_list.html.heex#L190
variable "games_vs" is unused (if the variable is not meant to be used, prefix it with an underscore)
|