Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-31 | Add support for clang for c | mshr-h | |
2016-10-30 | Add pylint to the list of supported tools. | w0rp | |
2016-10-30 | Update the documentation to match the code | w0rp | |
2016-10-28 | Default stdin in htmlhint options | deathmaz | |
2016-10-27 | Added optoins variable for htmlhint | deathmaz | |
2016-10-26 | #144 - Implement commands for moving through warnings/errors | w0rp | |
2016-10-25 | Merge pull request #143 from w0rp/better-buffer-cleanup | w0rp | |
Stop jobs when buffers close | |||
2016-10-24 | Merge #139 - Add Markdown linting support | w0rp | |
2016-10-24 | Add support for mlint, a MATLAB linter (#145) | Alex Layton | |
* Add support for mlint, a MATLAB linter * Fix mlint linter as requested * Clean up leftover loaded flag for mlint | |||
2016-10-24 | Merge everything into the one global map. | w0rp | |
2016-10-23 | Add node_modules support for JSHint, and use the global config as a fallback. | w0rp | |
2016-10-23 | Support loading eslint from node_modules, re issue #118. | w0rp | |
2016-10-22 | Docs! | Bjorn Neergaard | |
2016-10-21 | Merge pull request #133 from ehzShelter/master | w0rp | |
Added c++14 standard support and POSIX API compile time linker flags and ISO c++14 atomic and thread library support… | |||
2016-10-21 | make it less verbose for c and cpp | ehzShelter | |
2016-10-20 | Document ansible-lint | Bjorn Neergaard | |
2016-10-20 | Add support for cppcheck (#126) | Bart Libert | |
* Add support for cppcheck * Fix vint error in cppcheck handler * Add vader test for CppCheck format handler | |||
2016-10-19 | Added support for hlint | Jesse Paroz | |
2016-10-16 | Add linters for Elixir (#113) | Łukasz Jan Niemier | |
* Add Credo linter for Elixir * Add requested changes TODO: check if all message types are covered in `if` chain. * Add information about Credo linter to README * Add information about Credo linter to doc | |||
2016-10-16 | Fix an issue with a duplicate section in the documentation. | w0rp | |
2016-10-13 | Document ALELint autocommand | Bjorn Neergaard | |
2016-10-13 | add documentation for luacheck linter | s-ol | |
2016-10-11 | Fix #87 - Allow linter filetypes to be aliased | w0rp | |
2016-10-11 | Add the logo and thank Mark for his work. | w0rp | |
2016-10-11 | Add new go linters to the help | Bjorn Neergaard | |
2016-10-11 | Set an option for turning Vint style issues on or off. | w0rp | |
2016-10-10 | add shellcheck option to the doc and sort options by theme (#85) | Marc Delage | |
* add shellcheck options to the doc * sort option by theme * correct text for shellcheck option | |||
2016-10-10 | First pass at optimizing ale to autoload (#80) | Bjorn Neergaard | |
* First pass at optimizing ale to autoload First off, the structure/function names should be revised a bit, but I will wait for @w0rp's input before unifying the naming style. Second off, the docs probably need some more work, I just did some simple find-and-replace work. With that said, this pull brings major performance gains for ale. On my slowest system, fully loading ale and all its code takes around 150ms. I have moved all of ale's autoload-able code to autoload/, and in addition, implemented lazy-loading of linters. This brings load time on that same system down to 5ms. The only downside of lazy loading is that `g:ale_linters` cannot be changed at runtime; however, it also speeds up performance at runtime by simplfying the logic greatly. Please let me know what you think! Closes #59 * Address Travis/Vint errors For some reason, ale isn't running vint for me... * Incorporate feedback, make fixes Lazy-loading logic is much improved. * Add header comments; remove incorrect workaround * Remove unneeded plugin guards * Fix lazy-loading linter logic Set the wrong variable.... * Fix capitialization | |||
2016-10-10 | Add an option for configuring the path for JSHint. | w0rp | |
2016-10-10 | #74 - Document g:ale_buffer_loclist_map | w0rp | |
2016-10-10 | Correct some grammar in the docs. | w0rp | |
2016-10-10 | Echo string format (#76) | KabbAmine | |
* Implement an option to configure the echoed message, #48 Via `g:ale_echo_msg_format` where: - `%s` is the error message itself - `%linter%` is the linter name - `%severity` is the severity type e.g let g:ale_echo_msg_fomat = '[%linter%] [%severity%] %s' * Add new options for defining the string used for errors in echoed message `g:ale_echo_msg_error_str` and `g:ale_echo_msg_warning_str` * Change text output of some linters Now that the echoed message can be customized, no need to add the type to the text variable. * Update README & documentation file * Fix some typos * Sort the table of options alphabetically (except echo_msg_x_str options) * Added echo warning str option to the doc | |||
2016-10-09 | Up-indent types and defaults, and align markers | w0rp | |
2016-10-09 | Make spacing and indentation consistent in the documentation, and make the ↵ | w0rp | |
docs easier to read. | |||
2016-10-09 | Merge #66 with some amendments. | Marc Delage | |
2016-10-09 | Merge branch 'shell-detection' | w0rp | |
2016-10-09 | Document the default shell option | w0rp | |
2016-10-09 | Add support for perl and perlcritic | Vincent Lequertier | |
2016-10-08 | Merge pull request #68 from KabbAmine/linter-coffee | w0rp | |
Add coffee linter | |||
2016-10-08 | Merge pull request #67 from KabbAmine/linter-htmlhint | w0rp | |
Add linter HTMLHint for html files | |||
2016-10-08 | Add coffee linter | Kabbaj Amine | |
2016-10-08 | Add linter HTMLHint for html files | Kabbaj Amine | |
2016-10-08 | Add verilator for verilog | mshr-h | |
2016-10-08 | Add cpp linter (#64) | Marc Delage | |
* Add c gcc option in the doc * Add missing tag for eslint option in the doc * Correct typo in doc (' ' instead of '.') * add cpp linter * correct typo in doc * add filetype information for c++ | |||
2016-10-08 | Add iverilog for verilog (#63) | Masahiro H | |
* Add iverilog for verilog * Remove extra spacing/blank line * Set column to 1 | |||
2016-10-07 | Add support for Pug with pug-lint. | w0rp | |
2016-10-07 | Fix some typos and remove some trailing whitespace. | w0rp | |
2016-10-07 | Add support for checking Cython files | w0rp | |
2016-10-07 | Merge pull request #58 from KabbAmine/statusline | w0rp | |
Add an initial getStatuslineStr function with customizable output | |||
2016-10-07 | Update the documentation files | Kabbaj Amine | |
... and move all pictures to img/ directory |