summaryrefslogtreecommitdiff
path: root/ale_linters/elixir
AgeCommit message (Expand)Author
2021-11-19Add cspell Linter (#3981)David Houston
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2020-11-23refactor: Move test to the right fileGonzalo Quero
2020-11-23feat: Add optional configuration file for CredoGonzalo Quero
2019-09-07credo now recognizes umbrella projectsKamil Grzywacz
2019-04-07#2132 - Implement feature tests with ale#Hasw0rp
2019-03-11make options for credo configurable (#2337)Adam Trepanier
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-01-26#2132 Unify temporary file management in command.vimw0rp
2018-11-04elixir-ls now recognizes umbrella projectsJon Parise
2018-10-31Add configuration dictionary support to elixir-lsJon Parise
2018-10-11Add elixir-ls language server supportJon Parise
2018-10-11Fix Credo message types (#1963)Filip Vavera
2018-10-10FIX: use mix from the project root directory (#1954)Matteo Centenaro
2018-09-04Improve ALE project style checkingw0rp
2018-07-23Fix autoload for phoenixsharils
2018-06-20Remove redundant spaces.w0rp
2018-06-07WIP cd to project pathColby Dehart
2018-06-07added test for command callbackColby Dehart
2018-06-02handled temp file and env variable correctly; added testsColby Dehart
2018-06-01added mix build path env var to the mix compileColby Dehart
2018-05-30Add mix linter for elixirMagnus Ottenklinger
2018-01-22Add Elixir linter for dialyxir (#1257)Fran Casas
2018-01-10Work around hot-reloading issuesharils
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-15Make code more consistentw0rp
2017-03-30Remove 'col' from linters where it is hardcoded to 1 (#434)Adriaan Zonnenberg
2017-03-27Use the same formatting as other files for the dogma linter file, and cover t...w0rp
2017-03-23Add the dogma checker.Blaž Hrastnik
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-02-22Fix Credo's line-matching pattern (#360)Jon Parise
2017-02-09Pass the buffer's filename to CredoJon Parise
2017-01-30Dockerfile linting via hadolint (#282)Łukasz Jan Niemier
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-16Add linters for Elixir (#113)Łukasz Jan Niemier