| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
3rd party erlang.mk plug-in for Elvis
If you find any bugs or have a problem while using this library, please open an issue in this repo (or a pull request :)).
And you can check all of our open-source projects at inaka.github.io.
In order to include this plugin in your project you just need to add the following in your Makefile:
BUILD_DEPS = elvis_mk
dep_elvis_mk = git https://github.com/inaka/elvis.mk.git 1.1.2
DEP_PLUGINS = elvis_mkFor even more extras use the force, read the source.
Run make help in order to check what targets are available for elvis.mk.
For example you can run make elvis:
Loading files...
Loading src/your_module.erl
Applying rules...
# src/your_module.erl [FAIL]
- operator_spaces
- Missing space after "," on line 27
Loading files...
Loading Makefile
Applying rules...
# Makefile [OK]
Loading files...
Loading elvis.config
Applying rules...
# elvis.config [OK]
make: *** [elvis] Error 1This erlang.mk plugin is part of the Elvis ecosystem. For details on versioning and guidance on migrating between major versions when breaking changes occur, refer to the elvis_core README.
| Back | FazBrowse Home | New Git URL |