Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-01 | Close #2281 - Separate cwd commands from commands | w0rp | |
Working directories are now set seperately from the commands so they can later be swapped out when running linters over projects is supported, and also better support filename mapping for running linters on other machines in future. | |||
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2019-01-26 | #2132 Unify temporary file management in command.vim | w0rp | |
2018-10-10 | FIX: use mix from the project root directory (#1954) | Matteo Centenaro | |
* FIX: use mix from the project root directory * Move find root project function to autoloaded handlers * add tests for #ale#handlers#elixr#FindMixProjectRoot | |||
2018-09-04 | Improve ALE project style checking | w0rp | |
* The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed. | |||
2018-06-20 | Remove redundant spaces. | w0rp | |
2018-06-07 | WIP cd to project path | Colby Dehart | |
2018-06-07 | added test for command callback | Colby Dehart | |
2018-06-02 | handled temp file and env variable correctly; added tests | Colby Dehart | |
2018-06-01 | added mix build path env var to the mix compile | Colby Dehart | |
2018-05-30 | Add mix linter for elixir | Magnus Ottenklinger | |