[in-review] Code optimisations via adding the credo #26
Annotations
13 warnings
Build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and test:
lib/koans/03_numbers.ex#L53
variable "individual_digits" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/koans/03_numbers.ex#L58
variable "number" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/koans/03_numbers.ex#L64
variable "string_digit" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/koans/03_numbers.ex#L113
variable "first" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/koans/03_numbers.ex#L113
variable "last" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/koans/03_numbers.ex#L120
variable "range" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/koans/19_protocols.ex#L48
variable "dancer" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/koans/19_protocols.ex#L47
variable "musician" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/koans/19_protocols.ex#L55
variable "painter" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/koans/08_maps.ex#L26
variable "person_with_hobby" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build and test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|