mirror of
https://github.com/WhatsApp/erlang-language-platform.git
synced 2025-12-23 12:26:48 +00:00
Summary: Convert the `cross_node_eval` linter to use the `FunctionCallLinter` trait. Reviewed By: alanz Differential Revision: D82633601 fbshipit-source-id: 131c5cfb09b5747813ee0e551bf20c4324b4d79b |
||
|---|---|---|
| .. | ||
| buck_bad_config | ||
| buck_tests | ||
| buck_tests_2 | ||
| custom_build_tool | ||
| diagnostics | ||
| end_to_end | ||
| eqwalizer/src | ||
| eqwalizer_callers | ||
| eqwalizer_ignore_modules | ||
| eqwalizer_tests | ||
| in_place_tests | ||
| include_lib_dependency_test | ||
| linter | ||
| linter_bad_config | ||
| parse_error | ||
| standard | ||
| .gitignore | ||
| README.md | ||
Fixture erlang projects for e2e tests.
The key to confine ELP to a non-waserver project is to have:
- rebar.config
- .rebar.root
- build_info plugin (for now copy-pasted from waserver)
From this directory, you can manually test:
% elp parse-all --project . --to ~/tmp
Automated tests live in crates/elp/bin/main.rs
See also //whatsapp/elp_test/README.md for additonal end-to-end LSP tests.