summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-04#200 Make systemverilog files use the verilog linters by defaultw0rp
2016-12-04LaTeX 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-04Add 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-02Merge pull request #195 from mortonfox/rubocop-optionsw0rp
Add options variable for ruby-rubocop
2016-12-01Add options variable for ruby-rubocopPo Shan Cheah
2016-12-01Add an FAQ section describing how to run linters when files are saved.w0rp
2016-11-28Fix #188: Revert to and older version of the Haskell linter, which works betterw0rp
2016-11-28Add Proselint (#185)poohzrn
* Add Proselint - Markdown - Tex - Text * Use ale#handler#HandleUnixFormatAsWarning * Indentation
2016-11-25Add 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-25Merge pull request #186 from poohzrn/patch-1w0rp
Fix links to handlers.vim
2016-11-24Fix links to `handlers.vim`poohzrn
2016-11-23Add 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-21Flow 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-14Add 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-10Document that typecheck is now supportedw0rp
2016-11-10Merge pull request #170 from mkusher/typescript_typecheck_linterw0rp
Add typecheck linter for typescript
2016-11-10removed useless echom from typecheck.vimAleh Kashnikau
2016-11-10Add typecheck linter for typescriptAleh Kashnikau
2016-11-05Merge pull request #164 from delianides/masterw0rp
flow linting should only happen on flow typed files.
2016-11-05changed 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-04Take 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-03flow linting should only happen on flow typed files.delianides
2016-11-03Re-align documentation markers.w0rp
2016-11-02Merge pull request #162 from mshr-h/fix-documentw0rp
Fix docment for c-clang
2016-11-02Update ale.txtMasahiro H
2016-11-02Fix docment for c-clangmshr-h
2016-11-01Merge pull request #156 from edwlarkey/add_foodcriticw0rp
Added support for foodcritic
2016-11-01Added support for foodcriticEdward 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-01Add 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-31Improve file blacklisting to make Unite.vim not fuck up.w0rp
2016-10-31Reduce sign column juttering by waiting for all jobs to complete before ↵w0rp
updating everything.
2016-10-31Merge pull request #158 from mshr-h/support-clang-for-cw0rp
Add support for clang for C language
2016-10-31Add support for clang for cmshr-h
2016-10-30Add pylint to the list of supported tools.w0rp
2016-10-30Increase the delay for linting on entering a buffer.w0rp
2016-10-30Merge pull request #153 from keith/ks/shellcheckw0rp
Choose shell dialect based on vim syntax
2016-10-30Merge pull request #155 from deathmaz/feature/htmlhint-argsw0rp
Added options variable for htmlhint
2016-10-30Update the documentation to match the codew0rp
2016-10-30Merge pull request #151 from keith/ks/pylintw0rp
Add pylint formatter
2016-10-28Default stdin in htmlhint optionsdeathmaz
2016-10-27Choose shell dialect based on vim syntaxKeith 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-27Add pylint formatterKeith Smiley
This customizes the output format of pylint in order to use the same pep8 parser
2016-10-27Added optoins variable for htmlhintdeathmaz
2016-10-26#144 - Implement commands for moving through warnings/errorsw0rp
2016-10-25Mention the Google Vimscript Style Guide in the contributing file.w0rp
2016-10-25Merge remote-tracking branch 'origin/echo-less'w0rp
2016-10-25#148 - Check the cursor position so we don't try to echo too frequently.w0rp
2016-10-25Merge pull request #143 from w0rp/better-buffer-cleanupw0rp
Stop jobs when buffers close