Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-05 | Merge pull request #201 from kyrisu/fix-proper_extension_handling_for_tslint | w0rp | |
Fix proper extension handling for tslint | |||
2016-12-05 | Fix proper extension handling for tslint | Krystian Paszkiewicz | |
2016-12-04 | #200 Make systemverilog files use the verilog linters by default | w0rp | |
2016-12-04 | LaTeX Linters (#190) | Andrew Balmos | |
* Add chktex linter * Alias plaintex to tex * Add lacheck linter Closes #179 * Add the chktex warning code This very useful to have when you want to suppress lint warnings with LaTeX comments. chktex tends to be a bit noisy so this often needed. * lacheck: Make regex less specific To be more robust future changes in `stdin-wrapper` | |||
2016-12-04 | Add support for tslint.json file detection in tslint (#198) | kyrisu | |
* Add support for tslint.json file detection in tslint * Fix tslint.json path building for tslint | |||
2016-12-02 | Merge pull request #195 from mortonfox/rubocop-options | w0rp | |
Add options variable for ruby-rubocop | |||
2016-12-01 | Add options variable for ruby-rubocop | Po Shan Cheah | |
2016-12-01 | Add an FAQ section describing how to run linters when files are saved. | w0rp | |
2016-11-28 | Fix #188: Revert to and older version of the Haskell linter, which works better | w0rp | |
2016-11-28 | Add Proselint (#185) | poohzrn | |
* Add Proselint - Markdown - Tex - Text * Use ale#handler#HandleUnixFormatAsWarning * Indentation | |||
2016-11-25 | Add puppet linters (#183) | Alexander "Ace" Olofsson | |
* Start adding Puppet linters * Use the correct output stream for puppet parser * Finish Puppet and puppet-lint linters * Add Puppet information to documentation | |||
2016-11-25 | Merge pull request #186 from poohzrn/patch-1 | w0rp | |
Fix links to handlers.vim | |||
2016-11-24 | Fix links to `handlers.vim` | poohzrn | |
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-21 | Flow linter improvements (#176) | Andrey Popp | |
* Fix flow linter to provide filename of the buffer Related #173 * Fix flow linter not to fail on empty response * Various improvement to message parsing | |||
2016-11-14 | Add g:ale_python_flake8_executable (#174) | Marius Gedminas | |
* Add g:ale_python_flake8_executable Closes #172. * Add g:ale_python_flake8_args * Always add - to flake8 invocations | |||
2016-11-10 | Document that typecheck is now supported | w0rp | |
2016-11-10 | Merge pull request #170 from mkusher/typescript_typecheck_linter | w0rp | |
Add typecheck linter for typescript | |||
2016-11-10 | removed useless echom from typecheck.vim | Aleh Kashnikau | |
2016-11-10 | Add typecheck linter for typescript | Aleh Kashnikau | |
2016-11-05 | Merge pull request #164 from delianides/master | w0rp | |
flow linting should only happen on flow typed files. | |||
2016-11-05 | changed while read -r loop to cat > for portability and simplicity (#165) | purpleP | |
* changed while read -r loop to cat > for portability and simplicity * typo fix | |||
2016-11-04 | Take sign information out of the buffer variables, and make it so dummy ↵ | w0rp | |
signs are set and removed more reliably. | |||
2016-11-04 | #159 Change the condition for checking for Vim 8 features to work better in ↵ | w0rp | |
MacVim 7. | |||
2016-11-03 | flow linting should only happen on flow typed files. | delianides | |
2016-11-03 | Re-align documentation markers. | w0rp | |
2016-11-02 | Merge pull request #162 from mshr-h/fix-document | w0rp | |
Fix docment for c-clang | |||
2016-11-02 | Update ale.txt | Masahiro H | |
2016-11-02 | Fix docment for c-clang | mshr-h | |
2016-11-01 | Merge pull request #156 from edwlarkey/add_foodcritic | w0rp | |
Added support for foodcritic | |||
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 | #160 Switch back to using readline for writing stdin to the temporary file, ↵ | w0rp | |
because it actually works on all machines. | |||
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 | Improve file blacklisting to make Unite.vim not fuck up. | w0rp | |
2016-10-31 | Reduce sign column juttering by waiting for all jobs to complete before ↵ | w0rp | |
updating everything. | |||
2016-10-31 | Merge pull request #158 from mshr-h/support-clang-for-c | w0rp | |
Add support for clang for C language | |||
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 | Increase the delay for linting on entering a buffer. | w0rp | |
2016-10-30 | Merge pull request #153 from keith/ks/shellcheck | w0rp | |
Choose shell dialect based on vim syntax | |||
2016-10-30 | Merge pull request #155 from deathmaz/feature/htmlhint-args | w0rp | |
Added options variable for htmlhint | |||
2016-10-30 | Update the documentation to match the code | w0rp | |
2016-10-30 | Merge pull request #151 from keith/ks/pylint | w0rp | |
Add pylint formatter | |||
2016-10-28 | Default stdin in htmlhint options | deathmaz | |
2016-10-27 | Choose shell dialect based on vim syntax | Keith Smiley | |
Shellcheck is smart enough to check the shebang in a given file to determine which dialect to use. Unfortunately this doesn't work for files without shebangs, even if it might be apparent what dialect should be used, such as "bashrc" or "foo.bash". Luckily `filetype.vim` defines specific vars based on which shell dialect is being used based on a huge list of conditions. With this change we take those into account for all the types shellcheck supports, otherwise we fallback to letting it try and decide. | |||
2016-10-27 | Add pylint formatter | Keith Smiley | |
This customizes the output format of pylint in order to use the same pep8 parser | |||
2016-10-27 | Added optoins variable for htmlhint | deathmaz | |
2016-10-26 | #144 - Implement commands for moving through warnings/errors | w0rp | |
2016-10-25 | Mention the Google Vimscript Style Guide in the contributing file. | w0rp | |
2016-10-25 | Merge remote-tracking branch 'origin/echo-less' | w0rp | |