Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-13 | Add a Batch stdin wrapper script | w0rp | |
2016-12-13 | Add Elm linting via elm-make (#213) | Eric Lehner | |
* Add support for Elm linting * Adding documentation for Elm * Adjusting spacing * Addressing concerns listed in pull request Removed the s:FindRootDirectory function as it does not make much sense in this context. Adjusted the rest of the code to handle the removal of that function, including using the ale#util function to find the nearest file. Ensured that when an empty filepath is found, the code does not attempt to change directories. Ensured that the linter would take from stdin using the wrapper. | |||
2016-12-08 | Merge pull request #210 from apuignav/error-cpp | w0rp | |
Catch g++ fatal error | |||
2016-12-08 | Catch g++ fatal error | Albert Puig | |
2016-12-07 | Merge pull request #209 from apuignav/ignore-pylint | w0rp | |
Skip I0011 messages in pylint. | |||
2016-12-07 | Skip I0011 messages in pylint. | Albert Puig | |
Ignore 'Locally disabling %s' messages from pylint. | |||
2016-12-06 | Document the new stylelint linter | w0rp | |
2016-12-06 | Merge pull request #207 from diartyz/master | w0rp | |
[new linter] add stylelint support | |||
2016-12-06 | add stylelint support | diartyz | |
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 |