Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | Use correct exclusion flag in rubocop fixer | Max Hung | |
2018-10-26 | fix missing (s) on rubocop exclusion flag | Justin Powell | |
2018-10-26 | closes #1580 add force exclusion to rubocop fixer | Justin Powell | |
2018-10-25 | Merge pull request #2016 from terryding77/master | w0rp | |
fix: change google_java_format_* to java_google_java_format_* | |||
2018-10-25 | Merge pull request #2012 from paihu/fix-cdstring-win32-change-drive | w0rp | |
Fix #2011 MS Windows, lint error when current drive and target file drive is different. | |||
2018-10-24 | fix: change google_java_format_* to java_google_java_format_* for inject ↵ | Terry Ding | |
global variables according to doc/ale-java.txt | |||
2018-10-23 | add terraform fmt fixer for terraform and hcl filetypes | Derek P Sifford | |
See #1718 | |||
2018-10-23 | ale#path#CdString include ale#Escape | paihu | |
2018-10-22 | fix testcase | paihu | |
2018-10-12 | Allow custom filters for the jq fixer (#1980) | Aliou Diallo | |
* Allow the jq filters to receive custom filters. * Update documentation. | |||
2018-09-28 | Add better support for Haskell stack compiler tools (#1851) | Evan Borden | |
* Add better support for Haskell stack compiler tools This commit adds support for `stack` as the executable of a tool. This follows a pattern that has been implemented for `bundler`'s tool chain. * Move hlint command to linter file * Add vader test for stack exec handling * Update ghc-mod to support stack execution `ghc-mod` was previously broken into 2 linters. 1. ghc_mod 2. stack_ghc_mod This additional linter is not necessary with proper support for executable variables and `stack exec` handling. * Support stack exec in hfmt * Support stack in hdevtools | |||
2018-09-25 | Bugfix: python add blank lines (#1944) | Bert JW Regeer | |
* Don't add newlines when not a control statement for Python * Add test for accidental newline fix * Add docstring detection to avoid adding unnecessarily newlines * Add tests for docstring detection | |||
2018-09-20 | Merge pull request #1932 from rhysd/shfmt-default-indent | w0rp | |
shfmt: Use Vim's indent config as default indent width | |||
2018-09-19 | Add fixer for Go modules (#1873) | Martin Tournoij | |
* Add fixer for Go modules | |||
2018-09-18 | shfmt: Use Vim's indent config as default indent width | rhysd | |
2018-09-17 | Handle failing to connect to eslint_d | w0rp | |
2018-09-09 | Merge pull request #1897 from LEI/add-sqlfmt-fixer | w0rp | |
Add support for sqlfmt | |||
2018-09-08 | Add support for sqlfmt | LEI | |
2018-09-04 | add uncrustify fixer for several languages | Derek P Sifford | |
2018-08-28 | Merge pull request #1866 from Steap/feature/xmllint-fixer | w0rp | |
Add support for xmllint as a fixer. | |||
2018-08-28 | Add support for xmllint as a fixer. | Cyril Roelandt | |
2018-08-26 | fix tests | sbl | |
2018-08-26 | add ocamlformat support | sbl | |
2018-08-24 | Merge pull request #1841 from dabbeg/fix-importjs-fixer | w0rp | |
importjs fixer not reading correct executable variable name | |||
2018-08-24 | importjs fixer not reading correct executable variable name | Davíð Guðni | |
2018-08-23 | Add hlint refactoring as a fixer (#1836) | Evan Borden | |
2018-08-23 | Add stylish-haskell as a fixer (#1837) | Evan Borden | |
* Add stylish-haskell as a fixer `stylish-haskell` is a common formatting tool for the haskell toolchain. It is not as advanced as `brittany` or `hindent`, but it is commonly used for formatting of imports and data declarations. This adds it as a fixer in ALE. | |||
2018-08-09 | fix: Don't use error output from prettier_d for fixing files | Brandon Bayer | |
2018-08-02 | Merge pull request #1770 from fredemmott/hack | w0rp | |
Split Hack out from PHP, modernize | |||
2018-08-02 | Javascript prettier filetype detect fix (#1769) | Paul Reimer | |
Support fixing YAML and HTML files with prettier for files without file extensions. | |||
2018-08-02 | Split Hack out from PHP, modernize | Fred Emmott | |
fixes #1738 - Replace previous `hh_client` usage with LSP client - Add `HHAST` linter - Split Hack from PHP: Hack is increasingly diverging from PHP: - Hack tools do not understand PHP - Most PHP tools do not handle Hack code well (including vim's syntax highightling files) - http://github.com/hhvm/vim-hack now sets filetype to `hack` | |||
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-07-04 | address code review issues | Derek P Sifford | |
2018-07-01 | Added dartfmt fixer (#1683) | Govind KP | |
* Added dartfmt to Fixers * Added dartfmt specific documentation | |||
2018-06-23 | Add fixer tidy for HTML | Abin Simon | |
Add tests for tidy HTML fixer | |||
2018-06-18 | Set `--parser` option in Prettier's fixer (#1620) | Alvin Chan | |
* Set `--parser` option in Prettier's fixer * Add expected `--parser` option to tests * Disable Prettier `--parser` detection if file extension exists * Manually default Prettier `--parser` to "babylon" * Add `--parser` test for TypeScript * Add tests for Prettier `--parser` * Add JSON5 to the suggested fixer for Prettier | |||
2018-06-12 | Add support for qmlfmt fixer (#1651) | P M | |
* Add support for qmlfmt fixer | |||
2018-06-03 | Add 'scalafmt' fixer for Scala files | Jeffrey Lau | |
closes https://github.com/w0rp/ale/issues/1299 | |||
2018-04-21 | add perltidy fixer | Kenta, Kobayashi | |
2018-04-08 | Fix #1424 - Make the brittany fixer work | aspidiets | |
2018-04-07 | Add g:ale_php_cs_fixer_options variable (#1477) | Adriaan Zonnenberg | |
* Add g:ale_php_cs_fixer_options variable * Fix test | |||
2018-04-06 | Added support for Python black fixer (#1451) | Jack Evans | |
2018-03-18 | Merge pull request #1415 from fohte/fixer-rufo | w0rp | |
Add rufo fixer for Ruby files | |||
2018-03-18 | Clean up the mix format command and tests | w0rp | |
2018-03-18 | Merge pull request #1410 from fribmendes/frm/mix_format_options | w0rp | |
Allow passing options to mix_format | |||
2018-03-11 | Add rufo fixer for ruby files | Hayato Kawai | |
2018-03-08 | Allow passing options to mix_format | Fernando Mendes | |
2018-03-08 | Fix elm-format fixer name | Gordon Fontenot | |
Support for elm-format as a fixer has existed since Sept 2017, but it's not easy to discover because the fixer was named `format`. This breaks the convention of the other fixers that use the full name in the registry. I've gone ahead and fixed this discrepancy, but I left the existing registry entry in place. We should move people towards using `elm-format` as the fixer name, but I'd hate to break existing setups. | |||
2018-03-01 | add php-cs-fixer to list of fixers | Julien Deniau | |
2018-02-04 | Fix #1330 - Find isort configs better by changing the working directory | w0rp | |