Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-23 | Add ocaml linter: merlin (#177) | Andrey Popp | |
* Add ocaml linter: merlin * Add docs for ocaml-merlin integration. * Remove annoying error message from ocaml merlin linter * Update doc to list merlin linter | |||
2016-11-10 | Document that typecheck is now supported | w0rp | |
2016-11-01 | Added support for foodcritic | Edward Larkey | |
Adding support the foodcritic linter for Chef files. Listing all issues as warnings for now Doesn't get in the way of rubocop linting if ft=ruby.chef Updated documentation Closes #127 | |||
2016-11-01 | Add FlowType support (#157) | Zach Perrault | |
* Add `javascript/flow` linter * Add documentation for flow * Remove a line from the docs that was from eslint * Only run if flow gives output; Correct link in doc * Address PR feedback #157 | |||
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-26 | #144 - Implement commands for moving through warnings/errors | w0rp | |
2016-10-25 | Fix the autocmd suggestion some more | w0rp | |
2016-10-25 | Fix a mistake in the FAQ code for the autocmd event | w0rp | |
2016-10-25 | Fix the headings and table of contents. | w0rp | |
2016-10-25 | Restructure the README. | w0rp | |
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-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-13 | add documentation for luacheck linter | s-ol | |
2016-10-11 | Remove the title abbreviation | w0rp | |
2016-10-11 | Try putting the build status in the title line | w0rp | |
This might show the first line of text on some mobile browsers again. | |||
2016-10-11 | Add the logo and thank Mark for his work. | w0rp | |
2016-10-11 | Introduce golang support | Bjorn Neergaard | |
This includes go vet, golint, and gofmt -e | |||
2016-10-10 | Fix typos in README | Kabbaj Amine | |
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 | Add support for perl and perlcritic | Vincent Lequertier | |
2016-10-09 | Wrap the badge into the title | w0rp | |
2016-10-09 | Add a Travis CI image to the README | w0rp | |
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 | Add a wrapper program for running linters which cannot receive stdin input ↵ | w0rp | |
on Windows. | |||
2016-10-07 | Denote that Cython needs to use the wrapper script. | 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 | |||
2016-10-07 | Add basic scala support using scalac (#56) | Zoltan Kalmar | |
* Add basic scala support using scalac * Convert if to a ternary expression * Better bounds check * Code formatting * Mention Scala in the documentation | |||
2016-10-06 | updating README and doc with reference to phpcs linter | jwilliams108 | |
2016-10-05 | Simplify the IDs used for the dummy sign, so it automatically uses the ↵ | w0rp | |
configurable offset value. | |||
2016-10-05 | Mention scss-lint in the README. | w0rp | |
2016-10-05 | Add a very short delay after opening a buffer for running the linter to get ↵ | w0rp | |
it to run more. Increase the delay when typing a bit to reduce juttering. | |||
2016-10-05 | Merge pull request #41 from KabbAmine/linter-tidy | w0rp | |
Add tidy support for html | |||
2016-10-04 | Make the table actually work | w0rp | |
2016-10-04 | Describe the options in the README file. | w0rp | |
2016-10-04 | Add an example GIF to the README file. | w0rp | |