This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters
Tim Byrne 192f211a0e
Support options for puppet parser validate
It can be necessary to pass options to the puppet parser validation. The
most glaring example of this is when using Puppet 3, with the
`parser = future` option enabled. This update allows adding
`--parser=future` to the options passed to Puppet.
2018-08-27 12:59:38 -05:00
..
ansible Fix #1216 - Suppress trailing whitespace warings for ansible-lint when the option is set 2017-12-13 11:14:31 +00:00
apiblueprint Make drafter linter use stdin instead of writing to tmp file 2018-07-22 16:32:39 +01:00
asciidoc #1754 Require snake_case names for linters in the codebase 2018-07-24 10:05:44 +01:00
asm Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
awk Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
c Add clazy as cpp linter 2018-08-24 10:52:33 +01:00
chef Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
clojure Fix joker finding .joker file 2018-07-25 15:53:02 -04:00
cloudformation Make CloudFormation linter work again with latest 2018-06-20 14:59:51 +02:00
cmake Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
coffee Ban use of ==# or ==? in the codebase, and prefer is# or is? instead 2017-08-08 08:39:13 +01:00
cpp Add clazy as cpp linter 2018-08-24 10:52:33 +01:00
crystal #810 - Handle output which is not JSON in many linters 2017-07-27 00:45:25 +01:00
cs Massively reduce the amount of code needed for linter tests 2018-07-15 18:28:28 +01:00
css Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
cucumber Add cucumber checker for cucumber files 2018-04-20 22:54:29 -04:00
cuda Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
d Added "-wi" to the dmd command to endable warning messages. 2018-05-12 15:03:35 +09:00
dafny ale_linters/dafny: lint only saved files 2017-11-08 09:28:24 -08:00
dart Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
dockerfile Added tests for hadolint 2018-01-29 22:21:50 +01:00
elixir Fix autoload for phoenix 2018-07-23 21:43:59 +08:00
elm Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
erlang Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
eruby Merge pull request #1157 from elebow/eruby-add-erubi-linter 2018-01-24 10:40:57 +00:00
fish Fix #1373 - Fix a bug with Fish errors not being handled on Linux 2018-03-23 12:17:54 +00:00
fortran Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
fountain Add four spaces, not tabs. 2017-12-20 22:53:03 -06:00
fuse Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
gitcommit Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
glsl Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
go Remove "go env" from gobuild linter 2018-08-23 00:42:19 +01:00
graphql Add support for linting GraphQL with ESLint 2017-11-27 14:41:49 +00:00
hack Tell HHAST to only look at open files 2018-08-02 14:23:03 -07:00
haml Fix indentation for the haml-lint file 2017-10-25 23:07:38 +01:00
handlebars Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
haskell Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
help #1754 Require snake_case names for linters in the codebase 2018-07-24 10:05:44 +01:00
html Merge pull request #1839 from filipekiss/feature/stylelint-inline-css 2018-08-24 13:20:37 +01:00
idris Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
java Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
javascript Fix #1781 - Fix me breaking the tsserver linter 2018-08-03 17:22:09 +01:00
json Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
kotlin Fix #1844 - Make the kotlin languageserver linter work again 2018-08-24 10:41:33 +01:00
less Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
llvm Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
lua Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
mail Make alex a file linter 2017-12-18 15:26:52 +01:00
make #852 Capture error codes for checkmake 2017-11-16 00:58:33 +02:00
markdown Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
matlab Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
mercury Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
nasm Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
nim #852 - Capture error codes for nimcheck 2017-11-19 00:38:00 +00:00
nix Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
nroff #1754 Require snake_case names for linters in the codebase 2018-07-24 10:05:44 +01:00
objc Enabling clangd for cpp, objc and objcpp 2018-08-23 05:58:06 +02:00
objcpp Enabling clangd for cpp, objc and objcpp 2018-08-23 05:58:06 +02:00
ocaml Close #542 - Add an option for disabling running locally installed executables by default 2018-04-09 19:11:20 +01:00
perl Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
php Added and fixed tests 2018-08-18 20:59:35 +02:00
po #1754 Require snake_case names for linters in the codebase 2018-07-24 10:05:44 +01:00
pod #1754 Require snake_case names for linters in the codebase 2018-07-24 10:05:44 +01:00
pony Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
proto Make it possible to inject flags of protoc invocation. 2018-01-07 17:56:56 +01:00
pug Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
puppet Support options for puppet parser validate 2018-08-27 12:59:38 -05:00
pyrex Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
python fix(linters: python): mark as lint_file 2018-07-26 14:45:28 +02:00
qml Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
r Use --vanilla switch for Rscript 2018-06-07 15:06:09 +02:00
reason Close #542 - Add an option for disabling running locally installed executables by default 2018-04-09 19:11:20 +01:00
review redpen support for asciidoc, reST, LaTeX and Re:VIEW 2017-11-17 15:34:07 +09:00
rst #1754 Require snake_case names for linters in the codebase 2018-07-24 10:05:44 +01:00
ruby Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
rust Merge pull request #1806 from jimenezrick/fix-rustc-linter 2018-08-12 09:41:36 +01:00
sass Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
scala Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
scss Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
sh Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
slim #852 - Capture error codes for slim-lint 2017-11-19 01:08:20 +00:00
sml #1754 Require snake_case names for linters in the codebase 2018-07-24 10:05:44 +01:00
solidity Extract error code from message 2017-12-05 16:02:15 -03:00
spec Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
sql Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
stylus Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
swift #852 - Capture error codes for swiftlint 2017-11-19 13:33:20 +00:00
tcl Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
terraform Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
testft Add support for dot-seperate linters, improve linter tests 2016-10-21 21:02:20 -05:00
tex Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
texinfo #1754 Require snake_case names for linters in the codebase 2018-07-24 10:05:44 +01:00
text #1754 Require snake_case names for linters in the codebase 2018-07-24 10:05:44 +01:00
thrift Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
typescript Fix #1781 - Fix me breaking the tsserver linter 2018-08-03 17:22:09 +01:00
verilog Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR 2018-07-12 13:05:59 +01:00
vim Only run the custom ALE linting script if it's in runtimepath 2018-08-03 00:56:49 +01:00
vue Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
xhtml #1754 Require snake_case names for linters in the codebase 2018-07-24 10:05:44 +01:00
xml Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
yaml Simplify the code for most linters and tests with closures 2018-08-02 23:44:12 +01:00
yang Add support for yang-lsp 2018-08-03 21:13:48 +01:00