0cdb653c9cCover the tslint rules option with a test
w0rp
2017-08-30 21:27:28 +0100
40dca63891Merge remote-tracking branch 'jclem/master' into tslint-rules
w0rp
2017-08-30 21:21:03 +0100
b8f5a4923cMerge pull request #892 from jparise/thrift
w0rp
2017-08-30 19:46:17 +0100
f4c5d29c64Add a linter for Apache Thrift IDL files
Jon Parise
2017-08-30 10:59:40 -0700
c7536fb4fdMerge pull request #889 from bb010g/patch-1
w0rp
2017-08-30 10:26:27 +0100
11fafbfd66Fix#888 - Disable pycodestyle by default
w0rp
2017-08-30 09:13:49 +0100
3152e5c207Fix#888 - Disable pycodestyle by default
w0rp
2017-08-30 09:13:49 +0100
d08d2dac79Gradle support for javac
Brayden Banks
2017-08-29 15:39:23 -0700
8264e265a8Make the check-supported-tools-tables script work on more machines
w0rp
2017-08-29 17:00:09 +0100
ec178b0b3bAdd a missing scriptencoding line
w0rp
2017-08-29 16:56:56 +0100
06c3ee61e4Add a missing scriptencoding line
w0rp
2017-08-29 16:56:56 +0100
5a88395bbb#869 - Detect the shell dialect from the hashbang for shellcheck
w0rp
2017-08-28 19:16:23 +0100
b36882e72eAdd support for prettier configuration file. (#886)
aliou
2017-08-29 17:05:19 +0200
87fb72346aMerge pull request #885 from morhetz/add-prettier-d-fixer
w0rp
2017-08-29 11:12:23 +0100
2a238fda9eAdd prettier_d fixer path
Pavel Pertsev
2017-08-29 11:46:53 +0300
54900d5216Do not export the check-supported-tools-tables script
w0rp
2017-08-28 22:17:03 +0100
22db934db9Do not bother using hyperlinks for the table notes, which looks better
w0rp
2017-08-28 22:12:41 +0100
4a0735a195Add spaces before exclamation mark markers, which reads better
w0rp
2017-08-28 22:10:33 +0100
0827cb5483Use two exclamation marks for marking lint file linters, which are easier to see and click
w0rp
2017-08-28 22:08:55 +0100
8e3c1dbd11Fix - #883 Document linting behavior better, sync up the lists of supported tools, andautomatically demand that they stay in sync
w0rp
2017-08-28 22:05:12 +0100
b031531e79#869 - Detect the shell dialect from the hashbang for shellcheck
w0rp
2017-08-28 19:16:23 +0100
73ec83d055Handle jobstart() returning -1 in the NeoVim 0.2.0, just in case
v1.5.0
w0rp
2017-08-28 15:25:18 +0100
908e94622e#868 - Prefer cmd.js files for executing standard
w0rp
2017-08-26 18:11:27 +0100
b9cf450684Set the end column for some Vint problems
w0rp
2017-08-26 17:23:20 +0100
a3299bf03aFix#864 - Use the user's configured executable for phpstan for executable() checks
w0rp
2017-08-21 18:42:18 +0100
cc02eb8a5a#653 Show errors from other files for mypy
w0rp
2017-08-20 17:43:42 +0100
456378cb53#653 - Jump to the position which Vim does not jump to for moving from quickfix/loclist items to other buffers
w0rp
2017-08-20 15:59:18 +0100
47e681529bMerge pull request #862 from notomo/add-phpcbf-fixer
w0rp
2017-08-20 13:42:03 +0100
4c6b58f70cFix some indentation
w0rp
2017-08-20 13:37:21 +0100
d646ebda72Added new linter for GraphQL: gqlint (#863)
Michiel Westerbeek
2017-08-20 14:36:46 +0200
e5d0a17694#653 - Explain the new filename key support in the documentation
w0rp
2017-08-20 00:16:28 +0100
7112776d1b#653 Update tslint to set the filename key for problems in other files
w0rp
2017-08-20 00:05:15 +0100
fb0adc602e#653 Treat temporary filenames as being for the current buffer
w0rp
2017-08-19 21:18:27 +0100
9d6883561c#653 Set problems from other buffers when buffers are first checked
w0rp
2017-08-19 20:15:36 +0100
b2d3764a18Syntaxerl linter feature check (#861)
Dmitri Vereshchagin
2017-08-19 20:54:23 +0300
20e64fbae0#860 Only enable the new option for setting the original filename for SyntaxErl if an option is on in ALE
w0rp
2017-08-19 15:48:29 +0100
f8de08faf0Merge pull request #860 from dmitrivereshchagin/update-syntaxerl-linter
w0rp
2017-08-19 15:37:06 +0100
18cb9a725dAdd original filename to SyntaxErl command
Dmitri Vereshchagin
2017-08-19 14:08:54 +0300
e9e1bec772Update SyntaxErl linter tests
Dmitri Vereshchagin
2017-08-19 17:10:03 +0300
fb0c931b2dUpdate the documentation to mention the new behaviour for quickfix
w0rp
2017-08-19 14:35:01 +0100
5c839c4825#653 Collect items for quickfix from all buffers, and de-duplicate them. Set filename items in quickfix and loclist.
w0rp
2017-08-19 14:28:51 +0100
9c6e25d8d8Stress the need for tests even further
w0rp
2017-08-19 13:14:53 +0100
be4347084eIncrease the default maximum completion suggestions to a more useful but safe level, and filter before requesting details, which is faster
w0rp
2017-08-18 22:34:18 +0100
8cc7cd3aa1Change the completeopt setting just before showing suggestions too, which works better
w0rp
2017-08-18 21:06:21 +0100
2560cdd56eUpdate the summary in the README for fixing and completion support
w0rp
2017-08-18 00:13:08 +0100
2365fd2948Document completion support for ALE, and expand the fixer documentation a little
w0rp
2017-08-18 00:08:58 +0100
0a282eb76aAutomatically adjust the completion options when using completion while you type
w0rp
2017-08-17 23:06:02 +0100
342e83db60Include the ruleName for errors in tslint problems
w0rp
2017-08-16 10:37:36 +0100
17a76a7403Cover completion with more tests
w0rp
2017-08-16 00:45:46 +0100
797b03b35eChange the help file heading for clarification
w0rp
2017-08-14 23:52:13 +0100
5af82312fbSet up one BufEnter event used for everything, and add tests for linting when the filetype changes
w0rp
2017-08-14 23:31:46 +0100
1680f7af63Fix a bug where the sign column was not closed some of the time, etc.
w0rp
2017-08-14 10:00:46 +0100
79701f6f20#653 Skip filetype keys in g:ale_buffer_info during cleanup
w0rp
2017-08-13 22:27:01 +0100
2d02de33d4#653 - Filter items based on the buffer number for signs
w0rp
2017-08-13 16:30:46 +0100
ea124c49d0Cover filtering out items from other buffers for highlights
w0rp
2017-08-13 16:04:09 +0100
a5d7bb449bMerge pull request #846 from voanhduy1512/ghc-mod
w0rp
2017-08-13 15:30:46 +0100
626568d66dMake ghc-mod be awared of cabal file
Vo Anh Duy
2017-08-13 00:50:27 +0800
ae6cecabb6#653 Filter items based on the buffer number for problem counts
w0rp
2017-08-13 13:24:10 +0100
f67fc43d9bSimplify the loclist jumping code a little
w0rp
2017-08-13 13:06:22 +0100
c6d11f4281#653 - Filter out other buffers for loclist jumping
w0rp
2017-08-13 13:02:59 +0100
b6f0b17eafMerge pull request #848 from ilex/master
w0rp
2017-08-13 11:02:55 +0100
bc548b2ef9Fix bug with ALEPrevious for blank lines.
ilex
2017-08-13 11:56:41 +0300
e6b6146731#653 - Fix loclist jumping so it works with buffer numbers
w0rp
2017-08-12 14:49:02 +0100
b300b0646dFix a failing test
w0rp
2017-08-12 14:45:22 +0100
c14886e479#653 - Include the buffer number in sorting of items
w0rp
2017-08-12 14:37:56 +0100
c52a4910bf#653 - Update the loclist binary search to work with buffer numbers, to filter out items for other buffers
w0rp
2017-08-12 14:27:47 +0100
7614560a6e#468 - Do not try to echo things for a while if something goes wrong
w0rp
2017-08-12 10:47:06 +0100
8e9130d66eUse a shorter default completion delay, which works better
w0rp
2017-08-11 10:50:59 +0100
78b9ae0f1cAdd a fix function for breaking up long Python lines, which is hidden for now
w0rp
2017-08-11 10:31:25 +0100
d5ae3201a4Ban !=# and !=? from the codebase
w0rp
2017-08-11 00:31:42 +0100
b1462ac66c#653 - Pass on filenames for loclist items
w0rp
2017-08-10 23:08:32 +0100
322910dc0bAdd linter for Idris (#838)
Scott Bonds
2017-08-10 13:09:58 -0700
dcf7cbe366Merge pull request #842 from gfontenot/gf-swiftformat
w0rp
2017-08-10 21:06:55 +0100
34aa3437e0Pass extra rubocop options in the middle instead, and fix the Vader test so it can be run multiple times in Vim
w0rp
2017-08-10 14:57:30 +0100
0c26e8945cRubocop fixer now uses g:ale_ruby_rubocop_options (#841)
Miguel Palhas
2017-08-10 14:52:54 +0100
9ae2df1958Automatically check for invalid help tag references, and fix some existing documentation issues
w0rp
2017-08-10 10:45:12 +0100
7dee9da0f2Fix documentation for the PHP langserver options
w0rp
2017-08-10 10:28:42 +0100