poohzrn
900b4cdff3
Add Proselint ( #185 )
...
* Add Proselint
- Markdown
- Tex
- Text
* Use ale#handler#HandleUnixFormatAsWarning
* Indentation
2016-11-28 09:36:11 +00:00
Alexander "Ace" Olofsson
e03df80a09
Add puppet linters ( #183 )
...
* 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 12:00:07 +00:00
w0rp
da37989960
Merge pull request #186 from poohzrn/patch-1
...
Fix links to handlers.vim
2016-11-25 11:53:26 +00:00
poohzrn
10bacf0996
Fix links to handlers.vim
2016-11-24 20:19:24 +01:00
Andrey Popp
f7e6236fe8
Add ocaml linter: merlin ( #177 )
...
* 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-23 15:19:36 +00:00
Andrey Popp
d700da8cb8
Flow linter improvements ( #176 )
...
* 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-21 09:53:18 +00:00
Marius Gedminas
713a6910d4
Add g:ale_python_flake8_executable ( #174 )
...
* Add g:ale_python_flake8_executable
Closes #172 .
* Add g:ale_python_flake8_args
* Always add - to flake8 invocations
2016-11-14 17:52:31 +00:00
w0rp
498a9435de
Document that typecheck is now supported
2016-11-10 16:24:17 +00:00
w0rp
7669550ae2
Merge pull request #170 from mkusher/typescript_typecheck_linter
...
Add typecheck linter for typescript
2016-11-10 16:20:28 +00:00
Aleh Kashnikau
0a3faa60f7
removed useless echom from typecheck.vim
2016-11-10 18:48:09 +03:00
Aleh Kashnikau
2e5f3899d1
Add typecheck linter for typescript
2016-11-10 18:41:02 +03:00
w0rp
ccc08d08f6
Merge pull request #164 from delianides/master
...
flow linting should only happen on flow typed files.
2016-11-05 21:02:59 +00:00
purpleP
60b89abd9c
changed while read -r loop to cat > for portability and simplicity ( #165 )
...
* changed while read -r loop to cat > for portability and simplicity
* typo fix
2016-11-05 20:43:57 +00:00
w0rp
ec2845eefa
Take sign information out of the buffer variables, and make it so dummy signs are set and removed more reliably.
2016-11-04 11:58:56 +00:00
w0rp
ca18a80e3e
#159 Change the condition for checking for Vim 8 features to work better in MacVim 7.
2016-11-04 10:17:49 +00:00
delianides
8d5353831e
flow linting should only happen on flow typed files.
2016-11-03 15:51:49 -04:00
w0rp
f9cbc69ce1
Re-align documentation markers.
2016-11-03 10:17:25 +00:00
w0rp
175db78f35
Merge pull request #162 from mshr-h/fix-document
...
Fix docment for c-clang
2016-11-02 09:08:58 +00:00
Masahiro H
8ba5b3cb76
Update ale.txt
2016-11-02 15:19:24 +09:00
mshr-h
afa37e6855
Fix docment for c-clang
2016-11-02 15:16:42 +09:00
w0rp
5b8410f868
Merge pull request #156 from edwlarkey/add_foodcritic
...
Added support for foodcritic
2016-11-01 20:44:25 +00:00
Edward Larkey
8632e6b4e0
Added support for foodcritic
...
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 15:36:08 -05:00
w0rp
f03fb64e51
#160 Switch back to using readline for writing stdin to the temporary file, because it actually works on all machines.
2016-11-01 20:30:15 +00:00
Zach Perrault
4088347901
Add FlowType support ( #157 )
...
* 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-11-01 09:00:08 +00:00
w0rp
614a30a508
Improve file blacklisting to make Unite.vim not fuck up.
2016-10-31 14:47:08 +00:00
w0rp
cb410927d1
Reduce sign column juttering by waiting for all jobs to complete before updating everything.
2016-10-31 13:45:22 +00:00
w0rp
f44756f347
Merge pull request #158 from mshr-h/support-clang-for-c
...
Add support for clang for C language
2016-10-31 10:58:40 +00:00
mshr-h
e3a8829d67
Add support for clang for c
2016-10-31 14:38:13 +09:00
w0rp
9028d1f132
Add pylint to the list of supported tools.
2016-10-30 09:47:06 +00:00
w0rp
a6ca60203f
Increase the delay for linting on entering a buffer.
2016-10-30 09:29:11 +00:00
w0rp
629e6a3675
Merge pull request #153 from keith/ks/shellcheck
...
Choose shell dialect based on vim syntax
2016-10-30 09:24:39 +00:00
w0rp
c4ab4855b7
Merge pull request #155 from deathmaz/feature/htmlhint-args
...
Added options variable for htmlhint
2016-10-30 09:21:55 +00:00
w0rp
8bee64d1b7
Update the documentation to match the code
2016-10-30 09:21:34 +00:00
w0rp
e9bbbbdf3e
Merge pull request #151 from keith/ks/pylint
...
Add pylint formatter
2016-10-30 09:20:02 +00:00
deathmaz
9a4645fc7f
Default stdin in htmlhint options
2016-10-28 12:42:55 +03:00
Keith Smiley
5fc2f8f6c0
Choose shell dialect based on vim syntax
...
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 18:46:58 -07:00
Keith Smiley
86cc2aab71
Add pylint formatter
...
This customizes the output format of pylint in order to use the same
pep8 parser
2016-10-27 18:38:26 -07:00
deathmaz
5b56103c69
Added optoins variable for htmlhint
2016-10-27 18:31:49 +03:00
w0rp
c8821fc049
#144 - Implement commands for moving through warnings/errors
2016-10-26 10:36:53 +01:00
w0rp
1bcee7ef33
Mention the Google Vimscript Style Guide in the contributing file.
2016-10-25 17:41:34 +01:00
w0rp
454dbbe33e
Merge remote-tracking branch 'origin/echo-less'
2016-10-25 16:51:50 +01:00
w0rp
aa4c669ea0
#148 - Check the cursor position so we don't try to echo too frequently.
2016-10-25 16:07:20 +01:00
w0rp
60762d5018
Merge pull request #143 from w0rp/better-buffer-cleanup
...
Stop jobs when buffers close
2016-10-25 16:02:47 +01:00
w0rp
222d9e6908
Fix the autocmd suggestion some more
2016-10-25 15:46:18 +01:00
w0rp
9a019e2342
Fix a mistake in the FAQ code for the autocmd event
2016-10-25 15:01:10 +01:00
w0rp
73c9a1f965
#148 Do not run ALE for NERDTree or Unite.vim buffers.
2016-10-25 14:09:58 +01:00
w0rp
0fbf7bcc99
Fix the headings and table of contents.
2016-10-25 10:44:50 +01:00
w0rp
2bcb21f350
Restructure the README.
2016-10-25 10:39:06 +01:00
w0rp
d6a7b0f518
#119 - Stop ALE clearing the echo message when it doesn't need to.
2016-10-24 20:55:20 +01:00
w0rp
b9428b7db0
Merge #139 - Add Markdown linting support
2016-10-24 20:40:24 +01:00