index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
/
elixir
Age
Commit message (
Expand
)
Author
2019-04-07
#2132 - Implement feature tests with ale#Has
w0rp
2019-03-11
make options for credo configurable (#2337)
Adam Trepanier
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-11-04
elixir-ls now recognizes umbrella projects
Jon Parise
2018-10-31
Add configuration dictionary support to elixir-ls
Jon Parise
2018-10-11
Add elixir-ls language server support
Jon Parise
2018-10-11
Fix Credo message types (#1963)
Filip Vavera
2018-10-10
FIX: use mix from the project root directory (#1954)
Matteo Centenaro
2018-09-04
Improve ALE project style checking
w0rp
2018-07-23
Fix autoload for phoenix
sharils
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
2018-01-22
Add Elixir linter for dialyxir (#1257)
Fran Casas
2018-01-10
Work around hot-reloading issue
sharils
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
2017-04-18
Add a function for getting matches, and use it to simplify a lot of code
w0rp
2017-04-15
Make code more consistent
w0rp
2017-03-30
Remove 'col' from linters where it is hardcoded to 1 (#434)
Adriaan Zonnenberg
2017-03-27
Use the same formatting as other files for the dogma linter file, and cover t...
w0rp
2017-03-23
Add the dogma checker.
Blaž Hrastnik
2017-02-26
Copy all loclist items returned from handlers, and set up defaults for conven...
w0rp
2017-02-22
Fix Credo's line-matching pattern (#360)
Jon Parise
2017-02-09
Pass the buffer's filename to Credo
Jon Parise
2017-01-30
Dockerfile linting via hadolint (#282)
Łukasz Jan Niemier
2017-01-22
Add a script for custom checks to enforce using the abort flag for functions ...
w0rp
2016-10-21
Add support for dot-seperate linters, improve linter tests
Bjorn Neergaard
2016-10-16
Add linters for Elixir (#113)
Łukasz Jan Niemier