Commit Graph

  • 62a45f8ae4 Don't export the custom-checks script in archives w0rp 2017-02-09 19:34:31 +0000
  • b0190fd080 Merge pull request #306 from ahmedelgabri/standardjs w0rp 2017-02-09 18:56:40 +0000
  • d8efd4fa73 add xo support (#304) Daniel Lupu 2017-02-09 20:54:49 +0200
  • 6dfed8576e add ALEToggle command (#303) Daniel Lupu 2017-02-09 20:47:14 +0200
  • 943fe9b4b0 Merge pull request #295 from metakirby5/pr/coffeelint-local w0rp 2017-02-09 18:44:52 +0000
  • f67cf17070 Merge pull request #285 from medains/master w0rp 2017-02-09 18:43:26 +0000
  • 73e0f87eba Document the command_chain option v1.1.0 w0rp 2017-02-09 09:42:17 +0000
  • bf2075cd0c Revert "Add a Batch stdin wrapper script" w0rp 2017-02-09 00:28:32 +0000
  • db835fa0a1 Make some corrections in the README w0rp 2017-02-08 22:25:08 +0000
  • 325fcc25dd #314 Use the quickfix list for jumping between errors if that is set instead of the loclist w0rp 2017-02-08 22:14:07 +0000
  • eb37d9c1fc #39 Don't send the Vim buffer to commands before the last in a chain w0rp 2017-02-08 09:37:12 +0000
  • df2c6df819 Add a test to cover sign placement after linting w0rp 2017-02-07 22:55:23 +0000
  • c3ebe7bd9e Cover the Rust handler with some tests w0rp 2017-02-07 21:17:03 +0000
  • 472631573e try fixing go build (#297) Joshua Rubin 2017-02-07 13:36:04 -0700
  • c0ac393297 #256 Attempt to fix Rust linter issues again w0rp 2017-02-07 15:19:37 +0000
  • da8408501c #256 Attempt to fix Rust linter issues w0rp 2017-02-07 15:15:22 +0000
  • a3b7056cad #289 Only use the --stdin-display-name flag if the flake8 version supports it w0rp 2017-02-06 11:12:21 +0000
  • a9a76241ac Merge pull request #307 from yous/rubocop-comment w0rp 2017-02-06 09:59:20 +0000
  • ccf78c40b1 Merge pull request #305 from notkild/master w0rp 2017-02-06 09:34:27 +0000
  • 0143eb6a53 Fix rust linting with cargo when multiple targets are present notkild 2017-02-06 09:21:06 +0100
  • 6f40cdca65
    Update comments for RuboCop pattern Chayoung You 2017-02-06 15:13:13 +0900
  • 9d85590421 Take the rubocop filename from the buffer number given to the function w0rp 2017-02-05 22:32:38 +0000
  • 0a14bbe78d Merge pull request #299 from derekprior/dp-fix-rubocop-again w0rp 2017-02-05 22:31:43 +0000
  • 119695bd08
    Add standard linter Ahmed El Gabri 2017-02-05 18:26:26 +0100
  • 744d7d789f Merge pull request #294 from tpict/master w0rp 2017-02-05 15:58:15 +0000
  • eb410b4ee6 Update the contributing guide to offer some more advice w0rp 2017-02-05 15:55:50 +0000
  • 9a5fc6f932 Make a note in the FAQ about how to use quickfix errors w0rp 2017-02-05 15:34:35 +0000
  • d953c68ebb Fix mypy error parsing when column numbers are included. w0rp 2017-02-04 19:47:37 +0000
  • 829f87bc6a Fix #124 Finish implementing command chaining, and make it work for DMD w0rp 2017-02-04 18:30:30 +0000
  • f2fc7072b9
    Fix Rubocop filename handling Derek Prior 2017-02-03 16:03:52 -0500
  • 69ce8502a4 add support for locally installed coffee Ethan Chan 2017-02-02 17:03:26 -0800
  • 1da187a6e5 add support for locally installed coffeelint Ethan Chan 2017-02-02 16:56:09 -0800
  • 97131262ab Add a default alias for the Dockerfile filetype, which is capitalised for some users. w0rp 2017-02-02 22:26:46 +0000
  • 32c8d02d62 Add --enable-neovim flag to vint when appropriate tpict 2017-02-02 19:48:18 +0000
  • ff096124c6 Linter addition of PHP Mess Detector medains 2017-02-01 16:09:33 +0000
  • 512b6e00d9 Merge pull request #284 from EinfachToll/fix-gcc-command w0rp 2017-02-01 10:46:06 +0000
  • e8123b3d5e Tell gcc to use C, not C++, when linting C source files EinfachToll 2017-02-01 11:22:21 +0100
  • a1458e9c07 Dockerfile linting via hadolint (#282) Łukasz Jan Niemier 2017-01-30 16:27:26 +0100
  • 03bab835d9 Fix #249 Mention how to clear sign background colors in the README w0rp 2017-01-30 15:22:14 +0000
  • aff56e69a9 Merge pull request #281 from derekprior/dp-fix-rubocop w0rp 2017-01-30 15:04:09 +0000
  • a82ead0dc1
    Enable Rubocop to exclude files based on config Derek Prior 2017-01-27 16:29:58 -0500
  • a9c650cd05 Add ALEInfo command to get list of available/enabled linters (#273) DiscoViking 2017-01-25 00:50:49 +0900
  • fd89da113d Document the new quickfix and loclist options. w0rp 2017-01-22 15:19:09 +0000
  • b2696b105a Sort the global options in the documentation by name. w0rp 2017-01-22 15:06:33 +0000
  • d7ed49f849 Add a script for custom checks to enforce using the abort flag for functions and trailing whitespace, and fix existing issues. w0rp 2017-01-22 14:54:57 +0000
  • e4a4fcd26b Make the Erlang linter code match the style used in the rest of the codebase. Make the options match the new standard. w0rp 2017-01-22 13:51:57 +0000
  • cae153b3ac Add erlc lint for Erlang (#248) (#255) Magnus 2017-01-22 14:42:18 +0100
  • 23f8e7ddc5 Fix parsing of currently shown signs with Spanish locale (#268) EinfachToll 2017-01-22 14:40:23 +0100
  • a37970facd Clean up the list opening tests w0rp 2017-01-22 13:33:16 +0000
  • a23173eeb2 Add option to open loclist/quicklist when there are errors (#266) yfery 2017-01-22 13:57:05 +0100
  • 9820899b9e Improve mypy handling a little bit more w0rp 2017-01-20 17:30:23 +0000
  • ea438be5c1 REVERT "Fix some naming conventions and use abort for all Rust functions, and disable the rust linters for now, re #256" w0rp 2017-01-19 20:21:54 +0000
  • 831f783493 Join the lines Neovim passes to ale (#263) EinfachToll 2017-01-19 21:01:51 +0100
  • 2478d7d925 Merge pull request #262 from KenjiTakahashi/fix_swiftlint w0rp 2017-01-19 13:23:46 +0000
  • 1560f4ce03 Merge pull request #265 from aswins/mypy_fix w0rp 2017-01-18 10:35:52 +0000
  • d45505e135 Fix using variable g:ale_python_mypy_options that was not defined Aswin 2017-01-18 16:01:36 +0530
  • 62b492c727 Fix SwiftLint KenjiTakahashi 2017-01-15 16:01:35 +0100
  • 41686980fd Document the mypy options, and fix spacing issues, largely in the documentation w0rp 2017-01-15 13:20:23 +0000
  • 35bdd6f478 Merge pull request #237 from keith/ks/mypy-linter w0rp 2017-01-15 13:05:37 +0000
  • f1ac7c9f73 Rename pylint _args variables to _options variables w0rp 2017-01-15 13:05:07 +0000
  • 548ff299f4 Merge pull request #243 from SabatierBoris/master w0rp 2017-01-15 13:02:51 +0000
  • 8762a6fa66 Support C# linting with mono compiler mcs. (#250) Junfeng Li 2017-01-15 07:42:17 -0500
  • 74e7a283c0 Improve Verilator support (#205) (#258) Masahiro H 2017-01-15 21:39:13 +0900
  • dc8166384c Add doc for pylint options SABATIER Boris 2017-01-13 11:04:29 +0100
  • 0a9f9c0811 Add executable and arguments options for pylint linter SABATIER Boris 2017-01-03 11:52:58 +0100
  • f412b4f96f Fix some naming conventions and use abort for all Rust functions, and disable the rust linters for now, re #256 w0rp 2017-01-13 09:23:03 +0000
  • 3b486d3475 Prefix mandatory flake8 arguments with extra spaces so they will always work w0rp 2017-01-12 13:11:10 +0000
  • 9191750b5b Fix #175 - Fix the error types for rubocop w0rp 2017-01-12 12:57:07 +0000
  • 9c5f092b4f Add support for Rust using rustc and cargo (#230) EinfachToll 2017-01-12 10:33:55 +0100
  • 75485d53f6 Merge pull request #245 from zefei/add-eslint-options w0rp 2017-01-12 09:28:06 +0000
  • 2c176a234e added eslint option to pass in more options Zefei Xuan 2017-01-05 00:12:36 -0800
  • 5a0c3fd01e Added hack linter for php (#239) Zefei Xuan 2017-01-04 09:07:21 -0800
  • ed43b17201 Merge pull request #244 from icgood/fix-perlcritic-typo-exception w0rp 2017-01-04 13:10:35 +0000
  • c17123b631 Fix #238 Make the README show the proper linter name for Flow w0rp 2017-01-04 13:05:17 +0000
  • c9b58136bf Merge pull request #236 from Chronial/patch-1 w0rp 2017-01-04 12:57:40 +0000
  • 871c09c123 Merge pull request #235 from still-dreaming-1/fix-php-generic-error w0rp 2017-01-04 12:54:54 +0000
  • c97ad01bcb Fix typo in perlcritic linter dictionary Ian Good 2017-01-03 14:55:23 -0500
  • 4566bd65c9
    Add python mypy support Keith Smiley 2016-12-30 16:06:49 -0800
  • e0928d0991 Pass file name to flake8 Chronial 2016-12-30 17:06:49 +0100
  • 2b251a2cee Fix PHP lint generic error without line number still-dreaming-1 2016-12-28 11:10:47 -0700
  • 3e1486fc92 Merge pull request #233 from LubergAlexander/master w0rp 2016-12-26 16:47:02 +0000
  • 14aff89fb2 Fixed a typo scss -> sass Alexander Luberg 2016-12-26 08:35:22 -0800
  • fcfd8d5f56 Merge pull request #232 from grzebiel/master w0rp 2016-12-26 13:28:43 +0000
  • 12e99489b2 Merge pull request #231 from fannheyward/master w0rp 2016-12-26 13:27:46 +0000
  • 9767fd8732 Added ability to reload compilation flags for c and c++ after loading plugin grzebiel 2016-12-24 00:17:01 +0100
  • e46ef0ae19 Redirect go build output to /dev/null Heyward Fann 2016-12-23 14:56:44 +0800
  • 55827a9493 add go build for build errors (#180) dzhou121 2016-12-22 20:10:21 +0800
  • 6c0996eb9c [enhancement] add node_modules support for stylelint & htmlhint (#226) diartyz 2016-12-22 19:39:01 +0800
  • cd6d8f2ab6 Fix #229 Disable text linters by default w0rp 2016-12-22 11:32:20 +0000
  • 771bfe3b18 #193 Fix a parsing error for parsing errors with eslint w0rp 2016-12-22 11:16:22 +0000
  • bda6df61a0 Elm file filter & Windows bug fixes (#223) Eric Lehner 2016-12-16 05:41:21 -0500
  • 8cb9b2ba4e Make sign parsing testable, and add tests for it against various languages. w0rp 2016-12-16 10:01:28 +0000
  • 7e6d5292f7 Merge pull request #224 from cympfh/master w0rp 2016-12-16 09:33:52 +0000
  • 8df2444ec4 Fix: sign pattern cympfh 2016-12-15 13:57:26 +0900
  • 4ad5c4757c Merge pull request #221 from rob-b/improve-formatting-of-haskell-linters w0rp 2016-12-14 19:13:19 +0000
  • 54b55bb39c Merge pull request #222 from justinmk/fixfuncref w0rp 2016-12-14 19:09:56 +0000
  • 1ae851878a Nvim: pass functions as funcrefs Justin M. Keyes 2016-12-14 17:40:45 +0100
  • 0ffef758ae Improve formatting of ghc and hlint haskell linters Rob Berry 2016-12-14 12:50:14 +0000
  • 3418faf054 Add support for Swift with swiftlint (#214) David Mohundro 2016-12-13 09:28:20 -0600
  • 10777d3421 Add tests to cover definitions for linters so far. w0rp 2016-12-13 13:33:19 +0000