Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-07 | ale_linters: add 'dafny' linter | Taylor Blau | |
2017-11-07 | Fix #1086 - Implement command chaining for fixers | w0rp | |
2017-11-07 | Update doc and README for Dart LSP | aurieh | |
2017-11-05 | Add shfmt fixer for sh files (#1083) | Simon Bugert | |
* Add shfmt fixer for sh files * Add tests for shfmt fixer | |||
2017-11-05 | Add executable option for phpmd linter (resolves #1076) (#1078) | David Sierra DiazGranados | |
* Add executable option for phpmd linter (resolves #1076) * Add test for phpmd executable option | |||
2017-11-05 | Fix #626 - Automatically use `cargo check` and `cargo check --all-targets` ↵ | w0rp | |
for cargo versions that are new enough | |||
2017-10-31 | Fix #936 - Check the actual files for gosimple and staticcheck | w0rp | |
2017-10-30 | #857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffers | w0rp | |
2017-10-30 | Merge pull request #1059 from ahmedelgabri/reason-refmt | w0rp | |
refmt fixer for ReasonML | |||
2017-10-29 | refmt fixer for ReasonML | Ahmed El Gabri | |
2017-10-29 | Fix #719 - Add ALEReset and ALEResetBuffer for removing problems for all ↵ | w0rp | |
buffers or one buffer | |||
2017-10-29 | #817 - Document the buffer toggling options, and define plug mappings for ↵ | w0rp | |
everything | |||
2017-10-28 | Fix #971 - Add an option for turning errors about missing eslint config ↵ | w0rp | |
files off. | |||
2017-10-27 | Add hackfmt fixer | Sam Howie | |
2017-10-26 | Fix #1039 - Only check the file on disk for dartanalyzer | w0rp | |
2017-10-26 | Add tflint fot Terraform | Nathaniel Williams | |
2017-10-26 | #1049 Do not modify runtimepath if the conflict warnings are disabled | w0rp | |
2017-10-25 | Merge pull request #1044 from sumnerevans/mail-linters | w0rp | |
#955 Add vale linter for mail files | |||
2017-10-25 | Fix #643 - Add support for write-good for many languages | Sumner Evans | |
2017-10-24 | #955 add documentation | Sumner Evans | |
2017-10-24 | Merge branch 'aurieh-master' | w0rp | |
2017-10-24 | example for 'rcfile' on ale_python_pylint_options | Su Shangjun | |
Two hyphens instead of one will enable the option `rcfile`. | |||
2017-10-24 | proselint for mail files (#1037) | Christopher Swingley | |
Add proselint for mail files | |||
2017-10-24 | adds fixer support for hfmt (#1027) | Zack Kourouma | |
Add support for fixing Haskell with hfmt | |||
2017-10-24 | Add phan as a linter for php files (#1026) | Diego Oliveira | |
Add phan for checking PHP code | |||
2017-10-24 | Merge pull request #1025 from kfox/add-rustfmt-fixer | w0rp | |
add rustfmt fixer | |||
2017-10-24 | Merge pull request #1017 from carakan/elixir_format | w0rp | |
`mix format` new fixer for elixir lang | |||
2017-10-24 | example for 'rcfile' on ale_python_pylint_options | Su Shangjun | |
Two hyphens instead of one will enable the option `rcfile`. | |||
2017-10-24 | Update doc/ale.txt & README.md | aurieh | |
2017-10-22 | add basic documentation for elixir mix | Carlos Ramos | |
2017-10-21 | add rustfmt fixer | Kelly Fox | |
2017-10-20 | add doc file for less | Zack Kourouma | |
2017-10-20 | add prettier fixer support for 'less' filetype | Zack Kourouma | |
2017-10-19 | add support for remark-lint | rhysd | |
2017-10-15 | #977 Complain about the lack of configuration files for scalastyle in such a ↵ | w0rp | |
way that users will be directed towards getting it to work | |||
2017-10-14 | Fix some Scala documentation grammar and spacing | w0rp | |
2017-10-14 | Rename the Scala documentation file | w0rp | |
2017-10-14 | Fix a spelling mistake | w0rp | |
2017-10-12 | #965 - Make the cursor echo delay configurable | w0rp | |
2017-10-12 | #965 - Support limiting the number of signs ALE will set | w0rp | |
2017-10-10 | Add llc integration for LLVM IR (#979) | Linda_pp | |
Check LLVM IR with llc | |||
2017-10-03 | gofmt fixer for Go (#970) | aliou | |
Add a gofmt fixer for golang. | |||
2017-10-03 | Fix typos | rhysd | |
2017-09-30 | Added g:ale_php_phpstan_configuration option | Ruslan Osmanov | |
2017-09-27 | Implemented review recommendations | Xristoph Hintermüller | |
Implements suggestions and recommendations suggested by the first review of the "Advance C# linter based on mcs -t:module (#952)" pull request. - Clarifies and simplifies description of linters and options - Added links to help file and marked the mcsc linter as to be run only when file in buffer is saved or loaded. - Added comments to the mcsc.vim file to clarify code - removed type checks considered not necessary be reviewer. - addresses findings by vader - removed call to getcwd and cd in vim script - handler expands file names relative to route of source tree into absolute pathes. Fixes errors not being marked when vim is started from subdirectory of source tree. - implements tests for mcs.vim and mcsc.vim linter | |||
2017-09-25 | Added advanced c-sharp linter | Xristoph Hintermüller | |
The existing c-charp linter used the --syntax check mode of the mono mcs compiler only. The new mcsc linter tries to compile the files located in a directory tree located bejond the specified source directory or the current one if no source is explicitly specified. The resulting module target is placed in a temporary file managed by ale. | |||
2017-09-14 | Add solidity linter: solium | Jeff Sutherland | |
2017-09-10 | Fix numerous issues with integration documentation tags and the table of ↵ | w0rp | |
contents, and add a script to check for theses issues | |||
2017-09-10 | Elm local install support (#915) | Clément DOUIN | |
* Add Elm support for npm local installation | |||
2017-09-09 | Add elm-format as a new fixer (#916) | Clément DOUIN | |
* Add elm-format as a new fixer |