This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Upgrade Credo to 0.9.3 #362
Labels
flag/good first issue 🚸
Good for newcomers
kind/refactor ⚙️
This is only about refactoring, no new feature.
p5/wishlist
A wishlist, nice-to-have but not a priority
Comments
sirn
added
flag/good first issue 🚸
Good for newcomers
kind/refactor ⚙️
This is only about refactoring, no new feature.
p5/wishlist
A wishlist, nice-to-have but not a priority
s1/todo
and removed
s1/todo
labels
Jul 24, 2018
dsdshcym
added a commit
to dsdshcym/ewallet
that referenced
this issue
Aug 21, 2018
dsdshcym
added a commit
to dsdshcym/ewallet
that referenced
this issue
Aug 21, 2018
- AliasOrder may become a burden when we want to order aliases in a specific way, IMO - And we've already violated it in over 200 modules
dsdshcym
added a commit
to dsdshcym/ewallet
that referenced
this issue
Aug 21, 2018
dsdshcym
added a commit
to dsdshcym/ewallet
that referenced
this issue
Aug 21, 2018
dsdshcym
added a commit
to dsdshcym/ewallet
that referenced
this issue
Aug 21, 2018
…k#362) ``` Refactoring opportunities ┃ ┃ [F] ↗ `Enum.into/3` is more efficient than `Enum.map/2 |> Enum.into/2` ┃ apps/local_ledger/lib/local_ledger/cached_balance.ex:59 #(LocalLedger.CachedBalance.add_amounts) ┃ [F] ↗ `Enum.into/3` is more efficient than `Enum.map/2 |> Enum.into/2` ┃ apps/ewallet/lib/ewallet/web/websocket.ex:107 #(EWallet.Web.WebSocket.normalize_headers) ┃ [F] ↗ `Enum.into/3` is more efficient than `Enum.map/2 |> Enum.into/2` ┃ apps/ewallet/lib/ewallet/web/v1/error_handler.ex:427 #(EWallet.Web.V1.ErrorHandler.error_fields) ```
Merged
dsdshcym
added a commit
to dsdshcym/ewallet
that referenced
this issue
Aug 30, 2018
dsdshcym
added a commit
to dsdshcym/ewallet
that referenced
this issue
Aug 31, 2018
dsdshcym
added a commit
to dsdshcym/ewallet
that referenced
this issue
Aug 31, 2018
unnawut
pushed a commit
that referenced
this issue
Sep 3, 2018
* Upgrade credo to 0.9.3 (#362) * Deactivate Credo.Check.Readability.AliasOrder checker (#362) * Upgrade credo to 0.10.0 (#362) * Fix credo warning about preferring Enum.into/3 over into/2 (#362) * Revert Credo.Check.Readability.AliasOrder back * Sort alias groups in alphabetical order (#362) * Sort alias groups in alphabetical order again (#362) * Group aliases with the same prefix (#362)
ghost
removed
the
s3/review
label
Sep 3, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
flag/good first issue 🚸
Good for newcomers
kind/refactor ⚙️
This is only about refactoring, no new feature.
p5/wishlist
A wishlist, nice-to-have but not a priority
And fix all the reports (hint: a lot)
The text was updated successfully, but these errors were encountered: