You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Title Case and backticks for Erlang and Elixir applications
It includes Erlang, Elixir, ExUnit, ExDoc, Logger, IEx, elixirc
It leaves Mix for a different PR.
Command to spot these words:
ag -s '(?<!(\`))(?<!(\.))(?<!(/))(?<!(:))(?<!(_))(erlang|elixir|eex|iex|ex_unit|ex_doc|logger|elixirc)(?!(:))(?!(\?))(?!(_))(?!(-))(?!(\.))(?!(\`))(?!(/))(?!(>))' \
--ignore "*.erl" --ignore "*.yrl" --ignore "*.src"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ and is using Erlang 17.1, remember to update to at least Erlang 17.3.
104
104
#### Logger
105
105
106
106
*[Logger] Support printing pids and refs in Logger metadata
107
-
*[Logger] Allow logger metadata to be removed from pdict by setting it to `nil`
107
+
*[Logger] Allow Logger metadata to be removed from pdict by setting it to `nil`
108
108
*[Logger] Add application configuration `translator_inspect_opts` for logger to customize how state and message are formatted when translating OTP errors and reports
109
109
*[Logger] Automatically include the current application in metadata when compiled via Mix
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ If you have the correct version and tests still fail, feel free to [open an issu
28
28
29
29
## Building documentation
30
30
31
-
Building the documentation requires [ex_doc](https://github.com/elixir-lang/ex_doc) to be installed and built in the same containing folder as elixir.
31
+
Building the documentation requires [ExDoc](https://github.com/elixir-lang/ex_doc) to be installed and built in the same containing folder as elixir.
0 commit comments