WhatsApp / eqwalizer

A type-checker for Erlang
Apache License 2.0
506 stars 27 forks source link

docs: `eqwalizer_support` as a dependency under the `test` profile #46

Open javiergarea opened 10 months ago

javiergarea commented 10 months ago

The current documentation states that eqwalizer_support must be listed under the deps section in rebar.config. This suggests that the source code for eqwalizer_support will be included in every project's compilation. However, I found that the elp command still works when this dependency is specified under the test profile.

https://github.com/WhatsApp/eqwalizer/blob/bb47c23486a0335a9d4af2b885149b73a88dd549/eqwalizer/build.sbt#L67-L68

The documentation should be updated to reflect it.