summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-25go vet can only check files noww0rp
2018-02-25Fix #1358, fix #1369 - Lint the package on save for go vet insteadJohn Eikenberry
2018-02-18Fix #1336 - Print a friendly message when using invalid function names for ↵w0rp
fixers
2018-02-18Escape the ponyc executablew0rp
2018-02-18Merge pull request #1343 from kevinkjt2000/ponycw0rp
Add Support for Ponylang
2018-02-18#476 Make F401 a warning and E112 a syntax errorw0rp
2018-02-13Merge pull request #1345 from dfalling/fix-reason-help-titlew0rp
Fix Reason help title in README.md
2018-02-12Fix reason help referenceDennis Falling
`ale-integration-reason-merlin` doesn't exist, changed to `ale-reasonml-ols`
2018-02-10functional pony linterKevin Tindall
2018-02-06Merge pull request #1333 from fennerm/masterw0rp
Fix the lintr::lint_package command
2018-02-05Removed trailing whitespacesFenner Macrae
2018-02-05Fixed lintr::lint_package commandFenner Macrae
2018-02-05Merge pull request #1332 from fennerm/masterw0rp
Add lint_package support to lintr
2018-02-04Add lint_package support to lintrFenner Macrae
2018-02-04#1206 Add support for setting options for gobuild, and escape paths betterw0rp
2018-02-04Fix #1330 - Find isort configs better by changing the working directoryw0rp
2018-02-04Merge pull request #1326 from michaelquinn32/patch-1w0rp
Call lintr library before linting
2018-02-02Merge pull request #1329 from blyoa/prettier-vuew0rp
Add prettier fixer support to vue
2018-01-31Update formatting and tests.Michael Quinn
2018-02-01Add prettier fixer support to vueblyoa
2018-01-30Merge pull request #1308 from lorenzo/patch-1w0rp
Improving hadolint checker
2018-01-29Call lintr library before lintingMichael Quinn
This solves namespace issues related to the objects used to set linting options.
2018-01-29Added tests for hadolintJose Lorenzo Rodriguez
2018-01-29Merge pull request #1322 from datanoise/masterw0rp
fixed rust errors parsing
2018-01-28updated rust handler test caseKent Sibilev
2018-01-28Merge pull request #1321 from butlerx/feature/pow0rp
add po support with proselint, writegood, msgfmt and alex
2018-01-28Fix #1038 - Automatically detect and use htmlhint configuration filesw0rp
2018-01-28#1303 jq isn't a Node programw0rp
2018-01-27fixed rust errors parsingKent Sibilev
use correct column values instead of absolute byte positions
2018-01-27add po support with proselint, writegood, msgfmt and alexbutlerx
2018-01-26Merge pull request #1311 from butlerx/update/prettier-mdw0rp
add prettier support for graphql
2018-01-25#1316 Mention that the quickfix list option shouldn't be used with :cfdow0rp
2018-01-25Merge pull request #1313 from rhysd/fixjson-local-installw0rp
fixjson: Add support for local installation
2018-01-25fixjson: Add support for local installationrhysd
2018-01-24add prettier support for graphqlbutlerx
2018-01-24Merge pull request #1157 from elebow/eruby-add-erubi-linterw0rp
[eruby] Add erubi linter
2018-01-24Support fixing JSON files with fixjsonrhysd
2018-01-24Add jq as a JSON fixerRafael Rinaldi
2018-01-23Improving hadolint checkerJosé Lorenzo Rodríguez
- Displaying dockerfile parse errors instead of silently failing - Adding error detail with link to the docs
2018-01-22Add 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-20Merge pull request #1301 from dezza/patch-2w0rp
Fix #1246 - Newer ESLint outputs to stderr
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 #1287 from rhysd/prettier-markdownw0rp
Enable prettier to format markdown files
2018-01-19Merge pull request #1272 from Codezerker/masterw0rp
Add a luac linter for Lua
2018-01-19Fix the didSave tests so they work in NeoVim 0.1.7, and do not send the ↵w0rp
message for tsserver
2018-01-19Send didSave message to LSP-based linters (#1295)Rafael Lerm
* Also send didSave to LSP linters. * Add tests for messages sent to LSP linters.
2018-01-17Fix a command wrapper test on Windowsw0rp
2018-01-17Fix #1298 - Escape commands for PowerShellw0rp
2018-01-16[eruby] Add erubi linterEddie 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.