summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-17Move path functions to their own filew0rp
2017-04-16Flow: Fix case where 1st msg points to different file (#477)Rafał Cieślak
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-16#427 Add a function for looking up ALE variables in buffer scope, and then gl...w0rp
2017-04-15Fix #168 - Make the Fortran linter more configurablew0rp
2017-04-15Merge pull request #474 from jordanandree/add-crystal-lintw0rp
2017-04-15Add SQL linter sqlint, closes #395 (#472)Adriaan Zonnenberg
2017-04-13add crystal lintjordanandree
2017-04-13Merge pull request #463 from valtermro/multi-ft-aliasesw0rp
2017-04-12Merge pull request #467 from adriaanzon/php-fix-double-errorsw0rp
2017-04-12Add support for multiple filetypes in filetype aliasingvaltermro
2017-04-12Make some temporary file tests more reliablew0rp
2017-04-12PHP: Fix double errors and support fatal errorsAdriaan Zonnenberg
2017-04-11#392 Handle clang header errors toow0rp
2017-04-11#392 Report errors inside of headers, in a very basic wayw0rp
2017-04-08Add Ruby MRI linter (#453)Brandon Roehl
2017-04-08improved the sml linter (#445)Shalom Yiblet
2017-04-07Add support for linting Handlebars templates with ember-template-lint (#452)Adrian
2017-04-05Adds options to foodcritic linter (#437)José Júnior
2017-04-03Cover handling of swiftlint errors with testsw0rp
2017-04-03#447 Support zsh in the shell linterw0rp
2017-04-03Cover basic GCC functionality with testsw0rp
2017-04-03#446 Fix g:ale_lint_on_text_changed compatibility issuesw0rp
2017-04-02Update the test suite so it uses the latest Docker image, and use Bourne shel...w0rp
2017-03-31Fix #438 Create Java .class files for javac in a temporary directoryw0rp
2017-03-30Remove 'col' from linters where it is hardcoded to 1 (#434)Adriaan Zonnenberg
2017-03-30Add options to facilitate linting only in normal mode (#425)taylorskalyo
2017-03-29Fix #260 automatically set .csslintrc files from ancestor directoriesw0rp
2017-03-29Fix #421 Automatically detect create-react-app pathsw0rp
2017-03-27Fix #130 - Run linters when the filetype is changedw0rp
2017-03-27Enabling linting on save by default, re #333w0rp
2017-03-27Cover the rubocop handler with testsw0rp
2017-03-27Add a pause for the command chain testw0rp
2017-03-27Merge branch 'add-dogma'w0rp
2017-03-27Use the same formatting as other files for the dogma linter file, and cover t...w0rp
2017-03-27Merge pull request #414 from lucaskolstad/add_asm_linterw0rp
2017-03-26Fix #413 Stop tests failing randomly due to issues with reading buffers too q...v1.2.0w0rp
2017-03-25Add support for ASM files using GCCLucas Kolstad
2017-03-24Fix #272 by checking if quickfix is open before reopening to avoid triggering...Lucas Kolstad
2017-03-22Fix problems with nim check (#404)baabelfish
2017-03-21#333 Finish implementing the lint_file optionw0rp
2017-03-21Remove a test for experimental functionality which was removedw0rp
2017-03-21Add some utility functions for changing directories for commandsw0rp
2017-03-18Add support for nim checkbaabelfish
2017-03-14#333 Update line numbers for loclist items when current sign_id values are setw0rp
2017-03-14#333 Keep any loclist items which have match_id values set on themw0rp
2017-03-13add slim-lint (#388)Markus Doits
2017-03-13Merge pull request #393 from naoina/fix-coffeelint-patternw0rp
2017-03-13Fix pattern of output for coffeelintNaoya Inada