Commit Graph

  • 261c29c3d0 Add vader test and fix command callback. Horacio Sanson 2018-08-26 22:11:36 +0900
  • 228aee71a5 Add java lsp linter to documentation Horacio Sanson 2018-08-26 20:58:17 +0900
  • b7169c33e7 fix tests sbl 2018-08-26 13:59:55 +0200
  • aa015ec4db add ocamlformat support sbl 2018-08-26 13:47:56 +0200
  • 3c85c7ef65
    Sort the HTML documentation sections w0rp 2018-08-24 13:24:42 +0100
  • adc038f327
    Merge pull request #1839 from filipekiss/feature/stylelint-inline-css w0rp 2018-08-24 13:20:37 +0100
  • c4eca7c417
    Use one LSP connection per project w0rp 2018-08-24 13:16:58 +0100
  • c253fb72e3
    📚 Add html stylelint to TOC Filipe Kiss 2018-08-23 17:23:04 -0300
  • 9d7c48038c
    Add clazy as cpp linter fenuks 2018-08-24 10:52:33 +0100
  • 3b7eb6a140
    Fix #1844 - Make the kotlin languageserver linter work again w0rp 2018-08-24 10:41:33 +0100
  • 08d141edfb
    Fix #1844 - Make the kotlin languageserver linter work again w0rp 2018-08-24 10:41:33 +0100
  • 3530aa6861
    Merge pull request #1841 from dabbeg/fix-importjs-fixer w0rp 2018-08-24 10:31:18 +0100
  • 1f26fc4013
    Merge pull request #1841 from dabbeg/fix-importjs-fixer w0rp 2018-08-24 10:31:18 +0100
  • f526fc68d1 importjs fixer not reading correct executable variable name Davíð Guðni 2018-08-23 17:17:00 +0000
  • 3afff5a24c Add vscode-java-language-server linter Horacio Sanson 2018-08-24 16:20:44 +0900
  • 707b539969 Add hlint refactoring as a fixer (#1836) Evan Borden 2018-08-23 18:23:54 -0400
  • 2600524274 Add stylish-haskell as a fixer (#1837) Evan Borden 2018-08-23 18:14:59 -0400
  • 81d0eccfab
    Merge pull request #1835 from barreyra/master w0rp 2018-08-23 22:54:11 +0100
  • 7c10249c52
    Merge pull request #1820 from SuRaMoN/master w0rp 2018-08-23 22:42:45 +0100
  • c2f7b379ee
    Merge pull request #1842 from kjagiello/patch-1 w0rp 2018-08-23 22:34:12 +0100
  • 774c02552f
    Merge pull request #1840 from Carpetsmoker/gopath w0rp 2018-08-23 22:33:01 +0100
  • aba4160553
    Fix case typo in the documentation Krzysztof Jagiełło 2018-08-23 20:24:47 +0200
  • 795122a042 Enabling clangd for cpp, objc and objcpp Bruno R. Barreyra 2018-08-22 13:35:10 +0200
  • 18ec66bd21
    Remove "go env" from gobuild linter Martin Tournoij 2018-08-23 00:08:33 +0100
  • 935a132d8f
    📚 Add docs for html stylelint Filipe Kiss 2018-08-22 18:38:07 -0300
  • b78ee18898
    Add html stylelint test Filipe Kiss 2018-08-22 18:37:39 -0300
  • 4cd20b821f
    Add html stylelint linter Filipe Kiss 2018-08-22 17:52:14 -0300
  • a366d325a7
    Merge pull request #1815 from fredemmott/lsp-related-information w0rp 2018-08-20 16:59:21 +0100
  • f82ab76833 Added and fixed tests matthias 2018-08-18 20:59:35 +0200
  • 3c6af5f68d
    Use &l:equalprg so local options do not override global ones w0rp 2018-08-17 10:10:49 +0100
  • 61a0716837
    Use &l:equalprg so local options do not override global ones w0rp 2018-08-17 10:10:49 +0100
  • 02fdfcda58 Added phpcs options support as described in #257 matthias 2018-08-16 16:44:41 +0200
  • 277313b58d
    Fix #1816 - Fix a type error in the initialize message handler w0rp 2018-08-16 14:19:12 +0100
  • ad8b260519
    Fix #1816 - Fix a type error in the initialize message handler w0rp 2018-08-16 14:19:12 +0100
  • faaa11567a
    Merge pull request #1818 from tyru/add-go-govet-options w0rp 2018-08-16 14:10:21 +0100
  • 88ffdb4736 feat: add ale_go_govet_options variable tyru 2018-08-16 11:02:51 +0900
  • 4923d48d53
    Correct related information line numbers from 0-based to 1-based Fred Emmott 2018-08-15 14:46:57 -0700
  • 764da48c57
    Test file was the wrong way around Fred Emmott 2018-08-15 14:40:51 -0700
  • c467db3ed9
    Better formatting Fred Emmott 2018-08-15 14:31:30 -0700
  • 484a70f0c0
    Use new-ish LSP 'relatedInformation' field for :ALEDetail Fred Emmott 2018-08-15 14:19:32 -0700
  • 9cdd8b67b2
    Stop creating closure function in global scope by using partials instead w0rp 2018-08-15 00:20:47 +0100
  • 5323f000aa
    Explain * for fixers in the README better w0rp 2018-08-13 11:38:43 +0100
  • 04b25c8ee2
    Merge pull request #1809 from nrhodes91/readme-global-fixers w0rp 2018-08-13 11:33:56 +0100
  • 4179177830
    Try again w0rp 2018-08-13 11:31:54 +0100
  • a034364994
    #1808 Try to explain the color scheme for the example GIF w0rp 2018-08-13 11:31:32 +0100
  • cc114e2d0a Include info about * being a fallback Nick Rhodes 2018-08-12 10:06:48 +0100
  • a88a6d5285
    Merge pull request #1806 from jimenezrick/fix-rustc-linter w0rp 2018-08-12 09:41:36 +0100
  • c898d5d130 Update README with the * ft option for the fixers object Nick Rhodes 2018-08-12 07:56:14 +0100
  • db003a4361 Fix #1684: Use the correct flag name in rustc linter Ricardo Catalinas Jiménez 2018-08-10 21:50:52 +0100
  • 6167f75628
    Merge pull request #1802 from flybayer/fix-prettier-d w0rp 2018-08-10 18:28:38 +0100
  • a56e801567
    Merge pull request #1793 from kodemeister/cquery w0rp 2018-08-10 18:23:55 +0100
  • e9086dd55c
    Revert "#1459 Always run ESLint in the directory of the file being checked" w0rp 2018-08-10 11:49:17 +0100
  • 63c66dc5d2 fix: Don't use error output from prettier_d for fixing files Brandon Bayer 2018-08-09 12:56:53 -0400
  • 634bf73f52
    #1459 Always run ESLint in the directory of the file being checked w0rp 2018-08-09 08:51:27 +0100
  • 0702e4699e Add blank lines to conform the coding standards kodemeister 2018-08-09 09:06:30 +0600
  • cc84c19451 Add C/C++ tests for cquery LSP linter kodemeister 2018-08-09 09:02:16 +0600
  • fc94fd4deb
    Use lambdas for LSP message callbacks, which are easier to manage w0rp 2018-08-08 20:08:51 +0100
  • 8faa11752c Add prettier as a YAML option (#1789) Peter Benjamin 2018-08-08 10:48:28 -0700
  • 7179f92e44
    #925 Tell people not to use the tslint linter w0rp 2018-08-08 11:17:32 +0100
  • 1a4456cf2a
    Merge pull request #1797 from bradlarsen/master v2.1.0 w0rp 2018-08-07 21:57:12 +0100
  • 8a9b28daf9 Update tests in response to changes in #1797. Bradford Larsen 2018-08-07 16:51:23 -0400
  • 6f2d868baf Update tests in response to changes in #1797. Bradford Larsen 2018-08-07 16:41:12 -0400
  • 023ade872e Adjust the jumplist with line numbers too when opening a new file Bradford Larsen 2018-08-07 16:10:36 -0400
  • 212e3b0b2f Use .cquery file to detect the project root kodemeister 2018-08-07 01:33:25 +0600
  • 5f5540c574
    Merge pull request #1787 from polyzen/doc-lsp-completions w0rp 2018-08-06 10:18:05 +0100
  • 5ed99734bd
    doc: LSP can provide completions Daniel M. Capella 2018-08-05 01:38:16 -0400
  • 03973c0d09
    Explicitly disable ALE for NeoVim versions below 0.2.0 w0rp 2018-08-04 07:52:22 +0100
  • fa30d90221
    Merge pull request #1783 from dimbleby/yang-lsp w0rp 2018-08-03 21:52:48 +0100
  • d0e3302253 Add support for yang-lsp David Hotham 2018-08-03 20:59:32 +0100
  • 209cd54783
    Fix #1781 - Fix me breaking the tsserver linter w0rp 2018-08-03 17:22:09 +0100
  • fefb8efff8
    Merge pull request #1778 from fredemmott/hhast-perf w0rp 2018-08-03 09:12:12 +0100
  • 41178425ab
    Fix the Windows tests w0rp 2018-08-03 01:00:39 +0100
  • 73d8c3b80a
    Only run the custom ALE linting script if it's in runtimepath w0rp 2018-08-03 00:56:49 +0100
  • 65880fec78
    Add a linter for checking ALE code itself w0rp 2018-08-03 00:42:15 +0100
  • 217284360d
    Simplify the code for most linters and tests with closures w0rp 2018-08-02 23:44:12 +0100
  • e3c81911d6
    Tell HHAST to only look at open files Fred Emmott 2018-08-02 14:23:03 -0700
  • 9ef266d050
    Merge pull request #1770 from fredemmott/hack w0rp 2018-08-02 21:58:57 +0100
  • a728f074f7
    Disable HHAST by default Fred Emmott 2018-08-02 13:09:51 -0700
  • 94270402cb
    Fall back on flags for other C/C++ files in the same directory w0rp 2018-08-02 21:48:56 +0100
  • ccbdfcd76f
    Include the error in the detailed error message in the GCC handler w0rp 2018-08-02 21:45:04 +0100
  • de6cd961a8
    Suggested changes Fred Emmott 2018-08-02 12:59:04 -0700
  • 6b3086237a Add Haskell IDE Engine (hie) support (#1735) Luxed 2018-08-02 15:24:58 -0400
  • cb8ad9fbd8 Javascript prettier filetype detect fix (#1769) Paul Reimer 2018-08-02 12:20:19 -0700
  • e6bd4373f9
    coding style Fred Emmott 2018-08-02 11:44:17 -0700
  • 649934230b
    Fix the failing tsserver test w0rp 2018-08-02 19:32:57 +0100
  • 5ff4e27e17
    Update suggested filetypes for hackfmt Fred Emmott 2018-08-02 09:57:40 -0700
  • 238201805d
    Split Hack out from PHP, modernize Fred Emmott 2018-07-27 13:50:59 -0700
  • 5f024eda09
    Merge pull request #1771 from fredemmott/lsp w0rp 2018-08-02 19:22:45 +0100
  • 04362c746d
    Add test for LSP code of -1 Fred Emmott 2018-08-02 09:30:22 -0700
  • e722841fa3
    Improved documentation for code loclist item field Fred Emmott 2018-08-02 09:18:43 -0700
  • 2768bf15ba
    Handle LSP codes for %code% in message formats Fred Emmott 2018-07-30 15:19:59 -0700
  • 589c8dbd94
    Merge pull request #1776 from tmc/master w0rp 2018-08-02 13:01:04 +0100
  • 2ac9e454d6
    python: add lookup path for flake8 config Travis Cline 2018-08-01 20:07:11 -0700
  • 3aa5e0f9dc
    Add a type check for the error data from LSP servers w0rp 2018-08-01 23:01:23 +0100
  • c1fee3f23a
    Merge pull request #1774 from polyzen/rust-runtime-docs w0rp 2018-08-01 21:02:41 +0100
  • 9a389b564c
    Merge pull request #1775 from polyzen/patch-1 w0rp 2018-08-01 21:02:06 +0100
  • 3e8ae65278
    contrib: Fix link to ale-development.txt Daniel M. Capella 2018-08-01 18:13:07 +0000
  • ab5e44249d
    doc/rust: rust.vim distributed w/ Vim>=8.0.0501 Daniel M. Capella 2018-08-01 12:47:10 -0400
  • 399a0d3c98
    #1700 - Mention how to work around the completeopt bug in the documentation w0rp 2018-07-31 20:34:37 +0100
  • 16d0c52d24
    Indicate that a C compiler failed due to problems in a header file w0rp 2018-07-30 20:09:43 +0100