summaryrefslogtreecommitdiff
path: root/ale_linters/typescript/tslint.vim
AgeCommit message (Expand)Author
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-04-09Close #542 - Add an option for disabling running locally installed executable...w0rp
2018-03-18#416 Escape the tslint commandw0rp
2017-12-10Fix #1210 - Do not report this file as a temporary file in the quickfix list ...w0rp
2017-11-13#852 - Capture error codes for TSLintw0rp
2017-11-09Fix #1101 - Ignore no-implicit-dependencies errors until TSLint supports chec...w0rp
2017-09-06Add an option for ignoring the output of TSLint if a file contains a single b...w0rp
2017-08-30Merge remote-tracking branch 'jclem/master' into tslint-rulesw0rp
2017-08-20#653 Update tslint to set the filename key for problems in other filesw0rp
2017-08-16Include the ruleName for errors in tslint problemsw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-07-27#810 - Handle output which is not JSON in many lintersw0rp
2017-07-21Remove trailing whitespace in tslint.vimJonathan Clem
2017-07-21Use the tslint_rules_option variableJonathan Clem
2017-07-21Add myself to authors for tslint.vimJonathan Clem
2017-07-21Add tslint support for rules directory optionJonathan Clem
2017-07-19Fix #779 - Handle empty output for tslintw0rp
2017-06-25#684 Handle tslint errors without the severity included, and use character in...w0rp
2017-06-25Fix #684 - Use the JSON format for tslint, for consistency betwen versions, a...w0rp
2017-06-18TSLint: distinguish warnings from errors (#663)Pavel Kuropatkin
2017-05-27Refactor running of local Node programs with a helper functionw0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-04-18Add missing "use global" var for tslint (#484)Shane Smith
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-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-03-30Remove 'col' from linters where it is hardcoded to 1 (#434)Adriaan Zonnenberg
2017-03-29Make the tslint file match the style in the rest of the codebasew0rp
2017-03-21tslint parameterized executable and config path (#400)Ruben Paz
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
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2016-12-05Fix proper extension handling for tslintKrystian Paszkiewicz
2016-12-04Add support for tslint.json file detection in tslint (#198)kyrisu
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn 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-04Linter: tslint for typescriptPrashanth Chandra