summaryrefslogtreecommitdiff
path: root/ale_linters/html
AgeCommit message (Expand)Author
2022-01-05Fix execution of the Angular language server for HTML filesw0rp
2021-11-19Add cspell Linter (#3981)David Houston
2021-05-26Enable gopls by default with GOPATH detectionw0rp
2021-03-14Close #2102 - Add support for the Angular language serverw0rp
2019-04-11style: fecs related doc and vim scriptsJun Yang
2019-04-11feat: fecs support for js/html/css lint and formatharttle
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-02Add settings for the Alex linterMartino Pilia
2018-09-04Improve ALE project style checkingw0rp
2018-08-24Merge pull request #1839 from filipekiss/feature/stylelint-inline-cssw0rp
2018-08-22Add html stylelint linterFilipe Kiss
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-07-24#1754 Require snake_case names for linters in the codebasew0rp
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-07-04Remove deprecated code for the 2.0 releasev2.0.0w0rp
2018-05-28#1587 - Add deprecation warnings for old linter optionsw0rp
2018-04-09Close #542 - Add an option for disabling running locally installed executable...w0rp
2018-01-28Fix #1038 - Automatically detect and use htmlhint configuration filesw0rp
2018-01-03html: Avoid old tidy on macOSrhysd
2017-12-18Make alex a file linterJohannes Wienke
2017-12-13Add a linter for alexJohannes Wienke
2017-10-25Fix #643 - Add support for write-good for many languagesSumner Evans
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-05-27Refactor running of local Node programs with a helper functionw0rp
2017-04-24Break shared handlers up into their own files, and fix stylelint error handlingw0rp
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-16Fix htmlhint variable namesAdriaan Zonnenberg
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-15Fix #257 in preparation for #427, standardise options with fallbacks, and mak...w0rp
2017-03-30Remove 'col' from linters where it is hardcoded to 1 (#434)Adriaan Zonnenberg
2017-03-02proselint: Add more supported filetypes (#367)Daniel M. Capella
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-02-11Replace every stdin-wrapper script with the new %t formatting supportw0rp
2016-12-22[enhancement] add node_modules support for stylelint & htmlhint (#226)diartyz
2016-10-28Default stdin in htmlhint optionsdeathmaz
2016-10-27Added optoins variable for htmlhintdeathmaz
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-11Remove many redundant handlersBjorn Neergaard
2016-10-11Use explicit scope in all ale_lintersBjorn Neergaard
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-08Add linter HTMLHint for html filesKabbaj Amine
2016-10-07Refactor tidy supportKabbaj Amine
2016-10-04Add tidy support for htmlKabbaj Amine