summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-03-27Document the Dogma linterw0rp
2017-03-27Make cargo linter lighter: (#408)Idan Arye
- Use `cargo check` instead of `cargo build` when `g:ale_rust_cargo_use_check` is truish. - Use `--frozen` to avoid locking the project.
2017-03-25Add support for ASM files using GCCLucas Kolstad
2017-03-22Clean up the documentation some more, and make the description of the ↵w0rp
ALELint autocmd clearer
2017-03-21#333 Finish implementing the lint_file optionw0rp
2017-03-21#333 Change arguments for ale#Queue so they are more obvious, and check ↵w0rp
files in more places
2017-03-21Make it clearer that global variables should be set in vimrc, in the Rust ↵w0rp
documentation
2017-03-21Fix shellcheck typo in docs. shellckeck -> shellcheck (#402)Dylan Araps
2017-03-18Add support for nim checkbaabelfish
2017-03-14#333 Pass in a flag indicating that linters should be run against files, and ↵w0rp
clear more jobs
2017-03-13add slim-lint (#388)Markus Doits
* add slim-lint * add slim readme entry * add slim entry to doc * add slimlint vader test
2017-03-11FIX #344 - Add options to Perl linterPaul Johnson
Conflicts: doc/ale.txt
2017-03-07Make the navigation commands only work with ALE's pre-sorted listw0rp
2017-03-06Complain loudly when other conflicting plugins are installedw0rp
2017-03-05Add support for nix lintingAlistair Bill
2017-03-03Add hamllint linter for Haml (#377)Patrick Lewis
* Add hamllint linter for Haml * Simplify hamllint
2017-03-02Fix documentation error.Jasper Woudenberg
2017-03-02Add documentation for ALEDetailJasper Woudenberg
2017-03-02proselint: Add more supported filetypes (#367)Daniel M. Capella
* proselint: Add more suported filetypes * proselint: Minor consistency fixes * Vim help: Disable linters by default
2017-03-01Use latest C++ standardequal-l2
2017-02-28Fix #288 - Add a command for running ALEw0rp
2017-02-27Fix a mistake in the documentationw0rp
2017-02-27Merge pull request #366 from kbenzie/cmakelintw0rp
Add cmakelint support for cmake filetype
2017-02-26Copy all loclist items returned from handlers, and set up defaults for ↵w0rp
convenience
2017-02-25Add cmakelint support for cmake filetypeKenneth Benzie (Benie)
2017-02-18Add sml support via smlnjpaulo alem
2017-02-16#254 Add an option for logging the output of commandsw0rp
2017-02-16Add an option for completely disabling command history, and add documentationw0rp
2017-02-15Fix a typow0rp
2017-02-15Fix #319 - Enable only cargo for Rust by defaultw0rp
2017-02-15Merge pull request #345 from AlexMasterov/feature/yaml-yamllint-optionsw0rp
Add yamllint option to pass in more options
2017-02-15Add yamllint option to pass in more optionsAlex Masterov
2017-02-13Fix #171 - Implement basic error highlightingw0rp
2017-02-12Fix #325 - document the ALEToggle optionw0rp
2017-02-12Add stylelint option to pass in more optionsAlex Masterov
2017-02-11Fix the clangtidy linter, and document everythingw0rp
2017-02-11Feed files to commands via stdin by first writing the file to a temporary ↵w0rp
file, and then piping them in via the shell instead
2017-02-11Make javac work in a basic wayw0rp
2017-02-11Add support for temporary filename substitution, for replacing stdin_wrapperw0rp
2017-02-11Add support for managing temporary files/directoriesw0rp
2017-02-11Merge pull request #329 from tomotanakamura/AddClangToCppw0rp
Add clang to cpp linters.
2017-02-11Add clang to cpp linters.tomotanakamura
2017-02-10Document the command empty string behaviourw0rp
2017-02-10Fix #283 Add an option for using ch_sendraw(), which can be better for some ↵w0rp
users
2017-02-09Fix #315 Implement the read_buffer optionw0rp
2017-02-09add xo support (#304)Daniel Lupu
* add xo support * add documentation * Fix a screw up when fixing conflicts * Fix it harder
2017-02-09Merge pull request #285 from medains/masterw0rp
Linter addition of PHP Mess Detector
2017-02-09Document the command_chain optionv1.1.0w0rp
2017-02-01Linter addition of PHP Mess Detectormedains
2017-01-30Dockerfile linting via hadolint (#282)Łukasz Jan Niemier
* Add hadolint linter for Dockerfiles * Fix path * Fix typo * Update docs