Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-28 | Merge pull request #1321 from butlerx/feature/po | w0rp | |
add po support with proselint, writegood, msgfmt and alex | |||
2018-01-28 | Fix #1038 - Automatically detect and use htmlhint configuration files | w0rp | |
2018-01-27 | add po support with proselint, writegood, msgfmt and alex | butlerx | |
2018-01-24 | Merge pull request #1157 from elebow/eruby-add-erubi-linter | w0rp | |
[eruby] Add erubi linter | |||
2018-01-22 | Add Elixir linter for dialyxir (#1257) | Fran Casas | |
* Add Elixir linter for dialyxir * Update doc/ale.txt with dialyxir * Keep elixir tools alphabetically ordered in README * Add a missing entry for dialyxir to the main documentation file. | |||
2018-01-20 | Fix #1246 - Newer ESLint outputs to stderr | Christoffer Aasted | |
I think Vader test still applies for this one. | |||
2018-01-19 | Merge pull request #1266 from sharils/patch-1 | w0rp | |
Work around hot-reloading issue | |||
2018-01-19 | Merge pull request #1272 from Codezerker/master | w0rp | |
Add a luac linter for Lua | |||
2018-01-16 | [eruby] Add erubi linter | Eddie Lebow | |
Erubi is yet another parser for eRuby. This is the default parser in Rails as of version 5.1. It supports some additional syntax with similar behavior to Rails' extensions to the language, though incompatible. Rails currently still recommends their own syntax, so GetCommand still has to do the translation introduced in https://github.com/w0rp/ale/pull/1114 . Erubi does not supply an executable—It is intended to be invoked only from within a Ruby program. In this case, a one-liner on the command line. | |||
2018-01-12 | Merge pull request #1268 from bbannier/master | w0rp | |
Make it possible to inject flags of protoc invocation. | |||
2018-01-12 | Merge pull request #1256 from jonatanolofsson/master | w0rp | |
Fix #1255: Move extra clang-check args to before user options | |||
2018-01-12 | Merge pull request #1275 from ipetkov/cargo-features | w0rp | |
Teach ALE about cargo features and add some configuration options | |||
2018-01-11 | Teach ALE about cargo features and add some configuration options | Ivan Petkov | |
* When working on rust/cargo projects of varying sizes, it may be useful to either build all possible features (i.e. lint all possible conditionally compiled code), or even turn off other features for a quicker edit-lint cycle (e.g. for large projects with large build times) * Added a g:ale_rust_cargo_default_feature_behavior flag for instructing cargo to not build any features at all (via `--no-default-features`), building default features (via no extra flags), or building all possible features (via `--all-features`) * Also added a g:ale_rust_cargo_include_features flag for including arbitrary features to be checked by cargo. When coupled with g:ale_rust_cargo_default_feature_behavior this allows for full customization of what features are checked and which ones are ignored | |||
2018-01-11 | Allow syntax errors for mypy to be ignored | w0rp | |
2018-01-10 | Work around hot-reloading issue | sharils | |
See https://github.com/phoenixframework/phoenix/issues/1165 for more detail | |||
2018-01-08 | Add a luac linter for Lua | jiangzhi.xie | |
2018-01-07 | Make it possible to inject flags of protoc invocation. | Benjamin Bannier | |
Typically proto files depend on and make use of proto definitions in other files. When invoking protoc user can supply paths to inspect for dependencies. This patch makes it possible to configure flags passed to protoc. This makes it e.g., possible to change include paths of the linter's protoc invocation. | |||
2018-01-07 | Merge pull request #1262 from rhysd/avoid-old-tidy | w0rp | |
html: Avoid old tidy on macOS | |||
2018-01-07 | Go: Add gotype support (#1099) | Jelte Fennema | |
2018-01-03 | html: Avoid old tidy on macOS | rhysd | |
On macOS, Apple's command line toolchain installs very old `tidy` command (It was released on 31 Oct 2006). It does not consider new specs such as HTML5 so we should avoid it. | |||
2018-01-02 | Fix #1255: Move extra clang-check args to before user options | Jonatan Olofsson | |
2018-01-02 | Merge pull request #1260 from kevinkjt2000/add-ghc-options | w0rp | |
haskell_ghc_options are now added to the ghc command | |||
2018-01-02 | Merge pull request #1252 from nthapaliya/fish-shell-linter | w0rp | |
Fish shell linter | |||
2018-01-02 | Merge branch 'add-fountain-proselint-support' | w0rp | |
2018-01-01 | haskell_ghc_options are now added to the ghc command | Kevin Tindall | |
2017-12-26 | Support for fish file linting | Niraj Thapaliya | |
2017-12-20 | Add four spaces, not tabs. | Jansen Mitchell | |
2017-12-20 | Make the error codes configurable for gitlint | w0rp | |
2017-12-20 | Add support for linting git commit message files (#1233) | Nick Diego Yamane | |
2017-12-19 | Add support for Fountain with proselint. | Jansen Mitchell | |
2017-12-19 | Fix #1031 - Make the rust flags configurable | w0rp | |
2017-12-19 | Fix #1240 - Parse line and column numbers for fatal embertemplatelint errors | w0rp | |
2017-12-19 | Fix mcsc paths and escaping for Windows | w0rp | |
2017-12-19 | Merge pull request #1221 from JelteF/patch-1 | w0rp | |
Fix erb linter for puppet style erb templates | |||
2017-12-18 | Make alex a file linter | Johannes Wienke | |
alex does not find its configuration file when using temporary files for input. | |||
2017-12-18 | Enable the vale linter also for further markup languages (#1230) | Johannes Wienke | |
* Enable the vale linter also for LaTeX * Enable the vale linter for rst files | |||
2017-12-17 | Use JSON output with vale | Johannes Wienke | |
Switches all vale instances to JSON output and provides an appropriate handler for that. Without JSON, no end_col is provided and text highlighting only catches the first character of every result. | |||
2017-12-17 | Merge pull request #1220 from languitar/linter-alex | w0rp | |
Add a linter for alex | |||
2017-12-13 | Fix PHP linter to support PHP 7.2 lint output | Stephen Rathbone | |
2017-12-13 | Fix erb linter for puppet style erb scripts | Jelte Fennema | |
2017-12-13 | Add a linter for alex | Johannes Wienke | |
https://github.com/wooorm/alex Enabled for text-like file formats and documented in README and doc. | |||
2017-12-13 | Fix #1216 - Suppress trailing whitespace warings for ansible-lint when the ↵ | w0rp | |
option is set | |||
2017-12-10 | Fix #1210 - Do not report this file as a temporary file in the quickfix list ↵ | w0rp | |
for TSLint | |||
2017-12-07 | Merge pull request #1192 from fvictorio/add-solhint-support | w0rp | |
Add solhint support | |||
2017-12-07 | Fix #1202 - Do not use --all-targets by default, because it doesn't work ↵ | w0rp | |
some of the time. | |||
2017-12-05 | Extract error code from message | Franco Victorio | |
2017-12-04 | Added option for `gometalinter` to lint package (#1156) | Jeff Willette | |
* Added option for `gometalinter` to lint package * added tests for the `gometalinter` command * changed gometalinter commands to use BufferCdString | |||
2017-12-04 | Add solhint support | Franco Victorio | |
2017-12-02 | Escape the perl executable, and cover the callbacks with tests | w0rp | |
2017-12-02 | Revert "Fix #1186 - Use -w by default for Perl, which does not execute code" | w0rp | |
This reverts commit f5fc746d00a8b8e0aaac1904ce97ad7eb52e1b24. |