summaryrefslogtreecommitdiff
path: root/test/handler
AgeCommit message (Collapse)Author
2018-09-06Add golangci-lint (#1890)Sascha Grunert
2018-09-06Fix #1866 - Handle empty output from Perlw0rp
2018-08-30gitcommit: fully implement warn_about_trailing_whitespaceCyril Roelandt
Fixes #1761
2018-08-02Include the error in the detailed error message in the GCC handlerw0rp
2018-07-30Indicate that a C compiler failed due to problems in a header filew0rp
2018-07-26Add support for 'vulture' for PythonYauhen Kirylau
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2018-07-01Respect ale_warn_about_trailing_whitespace for yamllintw0rp
2018-07-01Capture error codes for yamlllintw0rp
2018-07-01Add tests for the yamllint handlerw0rp
2018-06-27Merge pull request #1675 from nicopauss/masterw0rp
Improve pyrex cython linter.
2018-06-27Merge pull request #1682 from fennerm/fix_prospector_e474w0rp
Fix prospector empty string error
2018-06-26Fix prospector empty string errorFenner Macrae
Prospector linter is raising error when no warnings are present in file (#1680). Copied fix from #779.
2018-06-25Handle cython warning with custom handle and remove '--warning-errors'.Nicolas Pauss
Add a custom handler to support cython warning format. Remove '--warning-errors' to keep previous behaviour.
2018-06-20Merge pull request #1665 from ashemedai/masterw0rp
Make CloudFormation linter work again with latest version
2018-06-20Merge pull request #1618 from colbydehart/masterw0rp
[new linter] Add mix linter for elixir
2018-06-20Update test to match update to linterJeroen Ruigrok van der Werven
Also make lnum and col proper strings, since that is how it is matched by the regexp, ALE handles the conversion to number.
2018-06-13Add end_lnum and end_col in cfn_python_lint handleryasuhiroki
2018-06-12Add linter for AWS CloudFormation template fileyasuhiroki
2018-06-03Respect warn_about_trailing_whitespace for gitlintw0rp
2018-06-02handled temp file and env variable correctly; added testsColby Dehart
2018-06-02Merge pull request #1617 from luitzifa/masterw0rp
Fix for puppet version >= 5.4.0
2018-05-29Fix for puppet version 5.4.0Daniel Kraemer
i don't know of any version lower than 5.4.0
2018-05-26Merge pull request #1574 from hecrj/elm-0.19w0rp
Support Elm 0.19
2018-05-15Fix #1584 - Make duplicate msgfmt messages easier to navigatew0rp
2018-05-15Make Elm linter backwards compatible with Elm 0.18Héctor Ramón Jiménez
2018-05-12Show Elm.Kernel as location when `report.path` is `null` in a general problemHéctor Ramón Jiménez
2018-05-12Use `message` as `text` instead of `title`Héctor Ramón Jiménez
`title` does not contain much information which forces to use :ALEDetail most of the time
2018-05-11Test global problems and imported module errorsHéctor Ramón Jiménez
2018-05-11Upgrade Elm linter to support 0.19 error reportsHéctor Ramón Jiménez
2018-05-09Merge pull request #1563 from IngoHeimbach/fix/gcc-fatal-errorw0rp
Fatal GCC errors are handled as errors not warnings
2018-05-09Fatal GCC errors are handled as errors not warningsIngo Heimbach
2018-05-04smallfixØyvind Ingvaldsen
2018-05-04Added NASM linterØyvind Ingvaldsen
Added NASM linter (for nasm filetype).
2018-04-20Add cucumber checker for cucumber filesEddie Lebow
For now, it only detects undefined steps. The nearest `features` dir above the buffer file is loaded, so step definitions should be found correctly. Tested only with Cucumber for Ruby, but it should work for any cucumber that follows a substantially similar directory structure.
2018-04-10Fix #1492 - Make pylint error parsing work on Windowsw0rp
2018-04-09Add support for the java PMD linterJohannes Wienke
2018-04-05Integration of qmlfmt linting tool (#1462)P M
* Add first qmlfmt support * Add GetCommand() function - pass --error/-e option * Add handle unittest - fix pattern regex - store col as integer * Update docs * Add command callback unit test
2018-04-05Add fsc linter for Scala (#1452)Nils Leuzinger
* Add fsc as a Scala linter * Pull reused code into `autoload/ale/` directory * Include fsc into the README * Add unit test for testing the scala handler * Add unit test for scala's fsc linter * Rename scala unit tests for clarity * Fix typo in README * Fix typos in doc/ale.txt * Fix author headline * Put methods for fsc commands back into fsc.vim * Move command_callback tests to correct location * Rewrite handler test so it actually tests handler * Clarify description of test in test_scala_handler
2018-04-05Merge pull request #1429 from stewy33/masterw0rp
Add support for Mercury language using mmc as a linter.
2018-03-25add support for mercury language using mmc as linterStewy Slocum
2018-03-25Add basic qmllint support (#1419)P M
* Add basic qmllint support * Use temp file, remove superfluous error code key, adjust author info * Add qmllint handler parse test
2018-03-23Fix #1373 - Fix a bug with Fish errors not being handled on Linuxw0rp
2018-03-22fix: Handle ranges for the remark linter #1207Adrián González Rus
2018-03-20Merge remote-tracking branch 'tylucaskelley/master'w0rp
2018-03-20Use govet handler for gosimple, gotype, staticcheckBen Paxton
2018-03-18handle multibyte string when linting text with redpen (#1416)INOUE Yosuke
* handle multibyte string when linting text with redpen * fix error when no string is provided, fix test's expect value * remove ambiguious `==` operator
2018-03-18add textlint support for markdown (#1383)Hideaki Tokida
2018-03-14Fix awk linter and security concerns. (#1411)Anthony DeDominic
* Fixed (g)awk linter * Made it secure, albeit less useful. * Added gawk handler; the cpplint one was not working? * Added gawk handler test. * added warning to gawk handler. * added gawk command callback test * added comment about --source * added back optional commandline option
2018-03-10Handle flawfinder severity level (#1400)Christian-Gibbons
* Handle flawfinder severity level * Reverted code allowing Flawfinder to piggyback off of gcc's format handler * Gave Flawfinder its own format handler and made requested changes.