summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2017-01-22Document the new quickfix and loclist options.w0rp
2017-01-22Sort the global options in the documentation by name.w0rp
2017-01-22Make the Erlang linter code match the style used in the rest of the ↵w0rp
codebase. Make the options match the new standard.
2017-01-22Add erlc lint for Erlang (#248) (#255)Magnus
* Add erlc lint for Erlang (#248) * Ignore certain errors in Erlang .hrl files (#248) A .hrl file does not need to have a -module definition. Additionally, it is common to have unused elements in such a file, as the entities will be used in a file including the header. * Address change requests to Erlang linter
2017-01-19REVERT "Fix some naming conventions and use abort for all Rust functions, ↵w0rp
and disable the rust linters for now, re #256" This reverts commit f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec. Conflicts: doc/ale.txt
2017-01-15Document the mypy options, and fix spacing issues, largely in the documentationw0rp
2017-01-15Rename pylint _args variables to _options variablesw0rp
2017-01-15Merge pull request #243 from SabatierBoris/masterw0rp
Add options for pylint linter
2017-01-15Support C# linting with mono compiler mcs. (#250)Junfeng Li
* Support netcore project linting. * Support check on the fly. * Remove debug. * Rename csc.vim to mcs.vim as it should be. * Update README. * Update doc. * Using `=~#` instead of `=~`.
2017-01-13Add doc for pylint optionsSABATIER Boris
2017-01-13Fix some naming conventions and use abort for all Rust functions, and ↵w0rp
disable the rust linters for now, re #256
2017-01-12Add support for Rust using rustc and cargo (#230)EinfachToll
* Add rustc checker for rust files * Add documentation for rustc * Use a nice helper function * Add cargo as linter * Complete the doc for rust linters * Put l: in front of every local variable * Apply the requested stylistic changes
2017-01-12Merge pull request #245 from zefei/add-eslint-optionsw0rp
Add eslint option to pass in more options
2017-01-05added eslint option to pass in more optionsZefei Xuan
2017-01-04Added hack linter for php (#239)Zefei Xuan
* added hack linter * updated docs for hack (hh_client) * naming