File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,15 @@ EEx: `<%=` in middle and end expressions | [v1.5] | Use `<%` (= i
6464` Float.to_string/2 ` | [ v1.4] | ` :erlang.float_to_binary/2 ` (OTP 17)
6565` HashDict ` module | [ v1.4] | ` Map ` (v1.2)
6666` HashSet ` module | [ v1.4] | ` MapSet ` (v1.1)
67+ Multi-letter aliases in ` OptionParser ` | [ v1.4] | Use single-letter aliases (v1.0)
6768` Set ` module | [ v1.4] | ` MapSet ` (v1.1)
6869` Stream.uniq/2 ` | [ v1.4] | ` Stream.uniq_by/2 ` (v1.2)
6970` IEx.Helpers.import_file/2 ` | [ v1.4] | ` IEx.Helpers.import_file_if_available/1 ` (v1.3)
7071` Mix.Utils.camelize/1 ` | [ v1.4] | ` Macro.camelize/1 ` (v1.2)
7172` Mix.Utils.underscore/1 ` | [ v1.4] | ` Macro.underscore/1 ` (v1.2)
7273Variable used as function call | [ v1.4] | Use parentheses (v1.0)
7374Anonymous functions with no expression after ` -> ` | [ v1.4] | Use an expression or explicitly return ` nil ` (v1.0)
75+ Support for making private functions overridable | [ v1.4] | Use public functions (v1.0)
7476` Dict ` module | [ v1.3] | ` Keyword ` (v1.0) or ` Map ` (v1.2)
7577` Keyword.size/1 ` | [ v1.3] | ` Kernel.length/1 ` (v1.0)
7678` Map.size/1 ` | [ v1.3] | ` Kernel.map_size/1 ` (v1.0)
You can’t perform that action at this time.
0 commit comments