Skip to content

Commit

Permalink
deploy: b747725
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed Feb 14, 2025
1 parent f5b613e commit a6524d6
Show file tree
Hide file tree
Showing 172 changed files with 360 additions and 309 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.3">
<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.bb427e62.js" defer="defer"></script>
<script src="/erlang-language-platform/assets/js/main.bb55f3b3.js" defer="defer"></script>
<script src="/erlang-language-platform/assets/js/runtime~main.bde5b88b.js" defer="defer"></script>
<script src="/erlang-language-platform/assets/js/main.a57edb6b.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
2 changes: 1 addition & 1 deletion _src/get-started/configure-project/buck2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
---

# Buck2
Expand Down
26 changes: 26 additions & 0 deletions _src/get-started/configure-project/elp-lint-toml.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
sidebar_position: 6
---

# The `.elp_lint.toml` Configuration File

A `.elp_lint.toml` configuration file can be added to a project's root directory to
customize the list of diagnostics (aka linters) enabled.

## A Sample `.elp_lint.toml` Configuration File

```toml
enabled_lints = [
]
disabled_lints = [
'W0011', # Accessing different app's application env
'W0014' # Cross node eval
]
```

Where you can use:

* `enabled_lints`: To enable a diagnostic that would otherwise be disabled by default
* `disabled_lints`: To disable a diagnostic that would otherwise be enabled by default

Please refer to the [Erlang Error Index](../../erlang-error-index/erlang-error-index.md) for a reference of supported diagnostic codes.
2 changes: 1 addition & 1 deletion _src/get-started/configure-project/elp-toml.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 5
---

# The `.elp.toml` Configuration File
Expand Down
2 changes: 1 addition & 1 deletion _src/get-started/configure-project/rebar3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 2
---

# rebar3
Expand Down
1 change: 1 addition & 0 deletions assets/js/0c89622e.5fc34337.js

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

1 change: 0 additions & 1 deletion assets/js/0c89622e.d793e850.js

This file was deleted.

1 change: 0 additions & 1 deletion assets/js/27b30b7f.6c53f296.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/js/27b30b7f.b422f355.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/js/89894cae.1eeaf596.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/js/89894cae.643d60c1.js

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

Loading

0 comments on commit a6524d6

Please sign in to comment.