summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-11-07ale_linters: add 'dafny' linterTaylor Blau
2017-11-07Fix #1086 - Implement command chaining for fixersw0rp
2017-11-07Update doc and README for Dart LSPaurieh
2017-11-05Add shfmt fixer for sh files (#1083)Simon Bugert
* Add shfmt fixer for sh files * Add tests for shfmt fixer
2017-11-05Add 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-05Fix #626 - Automatically use `cargo check` and `cargo check --all-targets` ↵w0rp
for cargo versions that are new enough
2017-10-31Fix #936 - Check the actual files for gosimple and staticcheckw0rp
2017-10-30#857 - Add b:ale_fix_on_save for controlling fixing on save for specific buffersw0rp
2017-10-30Merge pull request #1059 from ahmedelgabri/reason-refmtw0rp
refmt fixer for ReasonML
2017-10-29refmt fixer for ReasonMLAhmed El Gabri
2017-10-29Fix #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-28Fix #971 - Add an option for turning errors about missing eslint config ↵w0rp
files off.
2017-10-27Add hackfmt fixerSam Howie
2017-10-26Fix #1039 - Only check the file on disk for dartanalyzerw0rp
2017-10-26Add tflint fot TerraformNathaniel Williams
2017-10-26#1049 Do not modify runtimepath if the conflict warnings are disabledw0rp
2017-10-25Merge pull request #1044 from sumnerevans/mail-lintersw0rp
#955 Add vale linter for mail files
2017-10-25Fix #643 - Add support for write-good for many languagesSumner Evans
2017-10-24#955 add documentationSumner Evans
2017-10-24Merge branch 'aurieh-master'w0rp
2017-10-24example for 'rcfile' on ale_python_pylint_options Su Shangjun
Two hyphens instead of one will enable the option `rcfile`.
2017-10-24proselint for mail files (#1037)Christopher Swingley
Add proselint for mail files
2017-10-24adds fixer support for hfmt (#1027)Zack Kourouma
Add support for fixing Haskell with hfmt
2017-10-24Add phan as a linter for php files (#1026)Diego Oliveira
Add phan for checking PHP code
2017-10-24Merge pull request #1025 from kfox/add-rustfmt-fixerw0rp
add rustfmt fixer
2017-10-24Merge pull request #1017 from carakan/elixir_formatw0rp
`mix format` new fixer for elixir lang
2017-10-24example for 'rcfile' on ale_python_pylint_options Su Shangjun
Two hyphens instead of one will enable the option `rcfile`.
2017-10-24Update doc/ale.txt & README.mdaurieh
2017-10-22add basic documentation for elixir mixCarlos Ramos
2017-10-21add rustfmt fixerKelly Fox
2017-10-20add doc file for lessZack Kourouma
2017-10-20add prettier fixer support for 'less' filetypeZack Kourouma
2017-10-19add support for remark-lintrhysd
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-14Fix some Scala documentation grammar and spacingw0rp
2017-10-14Rename the Scala documentation filew0rp
2017-10-14Fix a spelling mistakew0rp
2017-10-12#965 - Make the cursor echo delay configurablew0rp
2017-10-12#965 - Support limiting the number of signs ALE will setw0rp
2017-10-10Add llc integration for LLVM IR (#979)Linda_pp
Check LLVM IR with llc
2017-10-03gofmt fixer for Go (#970)aliou
Add a gofmt fixer for golang.
2017-10-03Fix typosrhysd
2017-09-30Added g:ale_php_phpstan_configuration optionRuslan Osmanov
2017-09-27Implemented review recommendationsXristoph 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-25Added advanced c-sharp linterXristoph 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-14Add solidity linter: soliumJeff Sutherland
2017-09-10Fix numerous issues with integration documentation tags and the table of ↵w0rp
contents, and add a script to check for theses issues
2017-09-10Elm local install support (#915)Clément DOUIN
* Add Elm support for npm local installation
2017-09-09Add elm-format as a new fixer (#916)Clément DOUIN
* Add elm-format as a new fixer