summaryrefslogtreecommitdiff
path: root/ale_linters
AgeCommit message (Collapse)Author
2018-01-20Fix #1246 - Newer ESLint outputs to stderrChristoffer Aasted
I think Vader test still applies for this one.
2018-01-19Merge pull request #1266 from sharils/patch-1w0rp
Work around hot-reloading issue
2018-01-19Merge pull request #1272 from Codezerker/masterw0rp
Add a luac linter for Lua
2018-01-12Merge pull request #1268 from bbannier/masterw0rp
Make it possible to inject flags of protoc invocation.
2018-01-12Merge pull request #1256 from jonatanolofsson/masterw0rp
Fix #1255: Move extra clang-check args to before user options
2018-01-12Merge pull request #1275 from ipetkov/cargo-featuresw0rp
Teach ALE about cargo features and add some configuration options
2018-01-11Teach ALE about cargo features and add some configuration optionsIvan 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-11Allow syntax errors for mypy to be ignoredw0rp
2018-01-10Work around hot-reloading issuesharils
See https://github.com/phoenixframework/phoenix/issues/1165 for more detail
2018-01-08Add a luac linter for Luajiangzhi.xie
2018-01-07Make 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-07Merge pull request #1262 from rhysd/avoid-old-tidyw0rp
html: Avoid old tidy on macOS
2018-01-07Go: Add gotype support (#1099)Jelte Fennema
2018-01-03html: Avoid old tidy on macOSrhysd
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-02Fix #1255: Move extra clang-check args to before user optionsJonatan Olofsson
2018-01-02Merge pull request #1260 from kevinkjt2000/add-ghc-optionsw0rp
haskell_ghc_options are now added to the ghc command
2018-01-02Merge pull request #1252 from nthapaliya/fish-shell-linterw0rp
Fish shell linter
2018-01-02Merge branch 'add-fountain-proselint-support'w0rp
2018-01-01haskell_ghc_options are now added to the ghc commandKevin Tindall
2017-12-26Support for fish file lintingNiraj Thapaliya
2017-12-20Add four spaces, not tabs.Jansen Mitchell
2017-12-20Make the error codes configurable for gitlintw0rp
2017-12-20Add support for linting git commit message files (#1233)Nick Diego Yamane
2017-12-19Add support for Fountain with proselint.Jansen Mitchell
2017-12-19Fix #1031 - Make the rust flags configurablew0rp
2017-12-19Fix #1240 - Parse line and column numbers for fatal embertemplatelint errorsw0rp
2017-12-19Fix mcsc paths and escaping for Windowsw0rp
2017-12-19Merge pull request #1221 from JelteF/patch-1w0rp
Fix erb linter for puppet style erb templates
2017-12-18Make alex a file linterJohannes Wienke
alex does not find its configuration file when using temporary files for input.
2017-12-18Enable 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-17Use JSON output with valeJohannes 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-17Merge pull request #1220 from languitar/linter-alexw0rp
Add a linter for alex
2017-12-13Fix PHP linter to support PHP 7.2 lint outputStephen Rathbone
2017-12-13Fix erb linter for puppet style erb scriptsJelte Fennema
2017-12-13Add a linter for alexJohannes Wienke
https://github.com/wooorm/alex Enabled for text-like file formats and documented in README and doc.
2017-12-13Fix #1216 - Suppress trailing whitespace warings for ansible-lint when the ↵w0rp
option is set
2017-12-10Fix #1210 - Do not report this file as a temporary file in the quickfix list ↵w0rp
for TSLint
2017-12-07Merge pull request #1192 from fvictorio/add-solhint-supportw0rp
Add solhint support
2017-12-07Fix #1202 - Do not use --all-targets by default, because it doesn't work ↵w0rp
some of the time.
2017-12-05Extract error code from messageFranco Victorio
2017-12-04Added 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-04Add solhint supportFranco Victorio
2017-12-02Escape the perl executable, and cover the callbacks with testsw0rp
2017-12-02Revert "Fix #1186 - Use -w by default for Perl, which does not execute code"w0rp
This reverts commit f5fc746d00a8b8e0aaac1904ce97ad7eb52e1b24.
2017-12-02Puppet: allow for when parser doesn't supply column for errors (#1182)Dave Wongillies
* puppet: add test for puppet parser validate * puppet: handle where parser validate doesn't supply the column * puppet: add test for when parser validate doesn't supply column * Fix puppet regex to handle Windows paths
2017-12-02Fix #1186 - Use -w by default for Perl, which does not execute codew0rp
2017-12-01Add glslls (#1179)Sven-Hendrik Haase
* Add glslls-based LSP linter * Make logfile configureable
2017-12-01Add prospector for checking Python code (#1183)Carlos Coêlho
2017-11-28Allow warnings about trailing whitespace to be disabled for pycodestyle, and ↵w0rp
cover the flake8 code with tests
2017-11-28Allow warnings about trailing blank lines to be hidden for flake8 and ↵w0rp
pycodestyle