Skip to content

Commit

Permalink
deploy: 1d27f9f
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed Dec 4, 2024
1 parent 657606c commit 33599e6
Show file tree
Hide file tree
Showing 143 changed files with 287 additions and 270 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.6.2">
<title data-rh="true">Page Not Found | ELP</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:url" content="https://whatsapp.github.io/erlang-language-platform/404.html/"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | ELP"><link data-rh="true" rel="icon" href="/erlang-language-platform/img/elp_icon_color.svg"><link data-rh="true" rel="canonical" href="https://whatsapp.github.io/erlang-language-platform/404.html/"><link data-rh="true" rel="alternate" href="https://whatsapp.github.io/erlang-language-platform/404.html/" hreflang="en"><link data-rh="true" rel="alternate" href="https://whatsapp.github.io/erlang-language-platform/404.html/" hreflang="x-default"><link rel="stylesheet" href="/erlang-language-platform/assets/css/styles.b2e943a4.css">
<script src="/erlang-language-platform/assets/js/runtime~main.00430fe5.js" defer="defer"></script>
<script src="/erlang-language-platform/assets/js/main.7beab02e.js" defer="defer"></script>
<script src="/erlang-language-platform/assets/js/runtime~main.fac55e52.js" defer="defer"></script>
<script src="/erlang-language-platform/assets/js/main.7f6d2558.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
<script>!function(){function t(t){document.documentElement.setAttribute("data-theme",t)}var e=function(){try{return new URLSearchParams(window.location.search).get("docusaurus-theme")}catch(t){}}()||function(){try{return window.localStorage.getItem("theme")}catch(t){}}();t(null!==e?e:"light")}(),function(){try{const n=new URLSearchParams(window.location.search).entries();for(var[t,e]of n)if(t.startsWith("docusaurus-data-")){var a=t.replace("docusaurus-data-","data-");document.documentElement.setAttribute(a,e)}}catch(t){}}()</script>
Expand Down
13 changes: 13 additions & 0 deletions _src/erlang-error-index/erlang-error-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ Given the error code `X12345` you can ignore a diagnostic by prepending the offe
% elp:ignore X12345
```

You can also ignore a diagnostic by *alias*. E.g.:

```
% elp:ignore atoms_exhaustion
```

To find the human readable alias for a given code you can use the `elp explain` command:

```
$ elp explain --code W0023
https://whatsapp.github.io/erlang-language-platform/docs/erlang-error-index/w/W0023/ (atoms_exhaustion)
```

It is possible to ignore multiple error codes at once:

```
Expand Down
1 change: 0 additions & 1 deletion assets/js/10306c3f.5c8141ef.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/js/10306c3f.9c54b5d8.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/js/main.7beab02e.js → assets/js/main.7f6d2558.js

Large diffs are not rendered by default.

File renamed without changes.
Loading

0 comments on commit 33599e6

Please sign in to comment.