Skip to main content

Buck2

danger

The github version is not built with buck2 support enabled. This will change soon, once we tweak the tests.

If your project uses the Buck2 build system, add a .elp.toml file in the root dir of your project and enable buck support:

[buck]
enabled = true

Please refer to the [buck] section for more configuration options.