123456789101112131415161718192021222324252627282930313233343536 |
- # Do *not* comment or remove core modules
- # unless you know what you are doing.
- #
- # Feel free to comment plugins out however.
- # Core modules.
- core/core
- core/deps
- # Plugins that must run before Erlang code gets compiled.
- plugins/protobuffs
- # Core modules, continued.
- core/erlc
- core/docs
- core/test
- # Plugins.
- plugins/asciidoc
- plugins/bootstrap
- plugins/c_src
- plugins/ci
- plugins/ct
- plugins/dialyzer
- plugins/edoc
- plugins/elvis
- plugins/erlydtl
- plugins/escript
- plugins/eunit
- plugins/relx
- plugins/shell
- plugins/triq
- plugins/xref
- # Plugins enhancing the functionality of other plugins.
- plugins/cover
|