| .. | 
		
		
			
			
			
			
				| ansible | Fix #1216 - Suppress trailing whitespace warings for ansible-lint when the option is set | 2017-12-13 11:14:31 +00:00 | 
		
			
			
			
			
				| apiblueprint | Add drafterfor checking API Blueprint files (#1152) | 2017-11-20 10:57:13 +00:00 | 
		
			
			
			
			
				| asciidoc | Make alex a file linter | 2017-12-18 15:26:52 +01:00 | 
		
			
			
			
			
				| asm | add ale_asm_gcc_executable option (#1138) | 2017-11-17 10:02:30 +00:00 | 
		
			
			
			
			
				| awk | Fix awk linter and security concerns. (#1411) | 2018-03-14 17:46:57 +00:00 | 
		
			
			
			
			
				| c | Added additional unit tests + adapted review comments #1167 | 2018-03-21 20:44:35 +01:00 | 
		
			
			
			
			
				| chef | #1151 - Overhaul the foodcritic linter for checking files on disk | 2017-11-21 13:38:33 +00:00 | 
		
			
			
			
			
				| clojure | add joker handler for clojure | 2017-11-15 22:23:46 +00: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 | Fix #1490 - Rename the g++ linter to gcc, and add an alias for the old name | 2018-04-10 09:31:22 +01:00 | 
		
			
			
			
			
				| crystal | #810 - Handle output which is not JSON in many linters | 2017-07-27 00:45:25 +01:00 | 
		
			
			
			
			
				| cs | Try to fix it again | 2018-03-02 20:57:55 +00:00 | 
		
			
			
			
			
				| css | Close #542 - Add an option for disabling running locally installed executables by default | 2018-04-09 19:11:20 +01:00 | 
		
			
			
			
			
				| cucumber | Add cucumber checker for cucumber files | 2018-04-20 22:54:29 -04:00 | 
		
			
			
			
			
				| cuda | Add cuda nvcc linter (#874) | 2017-09-07 19:23:58 +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 | Close #1521 - Allow the language to be set with simple strings for LSP linters | 2018-04-27 22:52:11 +01:00 | 
		
			
			
			
			
				| dockerfile | Added tests for hadolint | 2018-01-29 22:21:50 +01:00 | 
		
			
			
			
			
				| elixir | Add Elixir linter for dialyxir (#1257) | 2018-01-22 12:21:07 +00:00 | 
		
			
			
			
			
				| elm | Fix multiline indentation | 2018-05-25 22:22:47 +02:00 | 
		
			
			
			
			
				| erlang | windows compatible warning match pattern for erlc (#1071) | 2017-11-03 18:56:34 +00: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 | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | 2017-08-08 08:39:13 +01:00 | 
		
			
			
			
			
				| fountain | Add four spaces, not tabs. | 2017-12-20 22:53:03 -06:00 | 
		
			
			
			
			
				| fuse | Add fusion-lint, documentation, and tests (#648) | 2017-06-14 09:35:11 +01:00 | 
		
			
			
			
			
				| gitcommit | Respect warn_about_trailing_whitespace for gitlint | 2018-06-03 10:46:39 +01:00 | 
		
			
			
			
			
				| glsl | Close #1521 - Allow the language to be set with simple strings for LSP linters | 2018-04-27 22:52:11 +01:00 | 
		
			
			
			
			
				| go | Use govet handler for gosimple, gotype, staticcheck | 2018-03-20 14:19:48 +00:00 | 
		
			
			
			
			
				| graphql | Add support for linting GraphQL with ESLint | 2017-11-27 14:41:49 +00:00 | 
		
			
			
			
			
				| haml | Fix indentation for the haml-lint file | 2017-10-25 23:07:38 +01:00 | 
		
			
			
			
			
				| handlebars | Close #542 - Add an option for disabling running locally installed executables by default | 2018-04-09 19:11:20 +01:00 | 
		
			
			
			
			
				| haskell | Fix #1479 - Respect g:hdevtools_options for hdevtools | 2018-04-07 22:50:31 +01:00 | 
		
			
			
			
			
				| help | Make alex a file linter | 2017-12-18 15:26:52 +01:00 | 
		
			
			
			
			
				| html | #1587 - Add deprecation warnings for old linter options | 2018-05-28 19:52:27 +01:00 | 
		
			
			
			
			
				| idris | Add linter for Idris (#838) | 2017-08-10 21:09:58 +01:00 | 
		
			
			
			
			
				| java | Add support for the java PMD linter | 2018-04-09 17:48:00 +02:00 | 
		
			
			
			
			
				| javascript | Close #1504 - Add an option for removing --respect-pragma for flow | 2018-04-15 12:25:15 +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 | Ban !=# and !=? from the codebase | 2017-08-11 00:31:42 +01:00 | 
		
			
			
			
			
				| less | Close #542 - Add an option for disabling running locally installed executables by default | 2018-04-09 19:11:20 +01:00 | 
		
			
			
			
			
				| llvm | Add llc integration for LLVM IR (#979) | 2017-10-10 10:13:09 +01:00 | 
		
			
			
			
			
				| lua | Add a luac linter for Lua | 2018-01-08 23:32:02 +08: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 | Add bundle option to mdl | 2018-05-01 19:49:45 -03:00 | 
		
			
			
			
			
				| matlab | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | 2017-08-08 08:39:13 +01:00 | 
		
			
			
			
			
				| mercury | add support for mercury language using mmc as linter | 2018-03-25 13:33:24 -04:00 | 
		
			
			
			
			
				| nasm | Added NASM linter | 2018-05-04 21:44:32 +02: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 | Make alex a file linter | 2017-12-18 15:26:52 +01:00 | 
		
			
			
			
			
				| objc | add clang for objc and objcpp | 2017-05-20 00:58:09 +08:00 | 
		
			
			
			
			
				| objcpp | add clang for objc and objcpp | 2017-05-20 00:58:09 +08:00 | 
		
			
			
			
			
				| ocaml | Close #542 - Add an option for disabling running locally installed executables by default | 2018-04-09 19:11:20 +01:00 | 
		
			
			
			
			
				| perl | Fix #1611 - Fix perlcritic escaping on Windows | 2018-05-28 12:51:06 +01:00 | 
		
			
			
			
			
				| php | Fix an incorrect argument of ale#Var in ale_linters#php#phan#Handle | 2018-05-27 22:45:43 +09:00 | 
		
			
			
			
			
				| po | Fix #1584 - Make duplicate msgfmt messages easier to navigate | 2018-05-15 18:01:49 +01:00 | 
		
			
			
			
			
				| pod | Make alex a file linter | 2017-12-18 15:26:52 +01:00 | 
		
			
			
			
			
				| pony | Escape the ponyc executable | 2018-02-18 10:06:40 +00:00 | 
		
			
			
			
			
				| proto | Make it possible to inject flags of protoc invocation. | 2018-01-07 17:56:56 +01:00 | 
		
			
			
			
			
				| pug | Close #542 - Add an option for disabling running locally installed executables by default | 2018-04-09 19:11:20 +01:00 | 
		
			
			
			
			
				| puppet | Fix for puppet version 5.4.0 | 2018-05-29 08:55:08 +02:00 | 
		
			
			
			
			
				| pyrex | Break shared handlers up into their own files, and fix stylelint error handling | 2017-04-24 22:27:18 +01:00 | 
		
			
			
			
			
				| python | Allow flake8 executable to be set to pipenv. | 2018-06-02 21:49:12 -04:00 | 
		
			
			
			
			
				| qml | Integration of qmlfmt linting tool (#1462) | 2018-04-05 21:09:41 +02:00 | 
		
			
			
			
			
				| r | Removed trailing whitespaces | 2018-02-05 11:33:23 -08: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 | Make alex a file linter | 2017-12-18 15:26:52 +01:00 | 
		
			
			
			
			
				| ruby | Fix #1168 - Make the ruby linter executable configurable | 2017-11-28 09:48:35 +00:00 | 
		
			
			
			
			
				| rust | Allow linting rust tests and examples with cargo | 2018-06-04 11:08:49 +02:00 | 
		
			
			
			
			
				| sass | Move the sasslint handlers to one location | 2018-05-25 20:59:35 +01:00 | 
		
			
			
			
			
				| scala | Add fsc linter for Scala (#1452) | 2018-04-05 21:04:11 +02:00 | 
		
			
			
			
			
				| scss | Run sass-lint from the target's directory | 2018-05-15 14:36:31 +01:00 | 
		
			
			
			
			
				| sh | #852 Capture error codes for shellcheck | 2017-11-15 17:26:52 +00:00 | 
		
			
			
			
			
				| slim | #852 - Capture error codes for slim-lint | 2017-11-19 01:08:20 +00:00 | 
		
			
			
			
			
				| sml | Fix an SML variable init bug, and get the SML cm file tests to pass on Windows | 2017-09-10 00:20:05 +01:00 | 
		
			
			
			
			
				| solidity | Extract error code from message | 2017-12-05 16:02:15 -03:00 | 
		
			
			
			
			
				| spec | Add rpm spec file linter (rpmlint) (#486) | 2017-04-19 23:40:58 +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 | Close #542 - Add an option for disabling running locally installed executables by default | 2018-04-09 19:11:20 +01:00 | 
		
			
			
			
			
				| swift | #852 - Capture error codes for swiftlint | 2017-11-19 13:33:20 +00:00 | 
		
			
			
			
			
				| tcl | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | 2017-08-08 08:39:13 +01:00 | 
		
			
			
			
			
				| terraform | #852 - Capture error codes for tflint | 2017-11-19 13:37:56 +00:00 | 
		
			
			
			
			
				| testft | Add support for dot-seperate linters, improve linter tests | 2016-10-21 21:02:20 -05:00 | 
		
			
			
			
			
				| tex | Make alex a file linter | 2017-12-18 15:26:52 +01:00 | 
		
			
			
			
			
				| texinfo | Make alex a file linter | 2017-12-18 15:26:52 +01:00 | 
		
			
			
			
			
				| text | Support textlint for plaintext without textlintrc | 2018-03-24 14:40:44 +09:00 | 
		
			
			
			
			
				| thrift | Add a linter for Apache Thrift IDL files | 2017-08-30 11:08:06 -07:00 | 
		
			
			
			
			
				| typescript | Close #1521 - Allow the language to be set with simple strings for LSP linters | 2018-04-27 22:52:11 +01:00 | 
		
			
			
			
			
				| verilog | Make options configurable for iverilog (#1143) | 2017-11-19 22:59:17 +00:00 | 
		
			
			
			
			
				| vim | Close #1315 - Make the vint executable configurable | 2018-04-08 18:10:00 +01:00 | 
		
			
			
			
			
				| xhtml | Make alex a file linter | 2017-12-18 15:26:52 +01:00 | 
		
			
			
			
			
				| xml | Add xmllint linter (#559) | 2017-05-18 09:31:12 +01:00 | 
		
			
			
			
			
				| yaml | Close #542 - Add an option for disabling running locally installed executables by default | 2018-04-09 19:11:20 +01:00 |