Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-17 | Fix #1989 - Use ESlint options for fixers too | w0rp | |
2019-05-07 | Add fixer for OCaml ocp-indent (#2436) | Kanenobu Mitsuru | |
2019-05-01 | Merge pull request #2437 from robertjlooby/add-floskell | w0rp | |
Add floskell for Haskell formatting | |||
2019-04-23 | Add a fixer for r based on the styler package (#2401) | Thibault Vatter | |
* Add styler as a new fixer for R files * Add to the list of supported tools * Add documentation | |||
2019-04-14 | Add floskell for Haskell formatting | Rob Looby | |
2019-04-13 | Add support for latexindent (#2387) | Riley Martine | |
2019-04-11 | test: unit test for fecs fixer, fecs command | harttle | |
2019-04-07 | #2132 - Implement feature tests with ale#Has | w0rp | |
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp | |
2019-02-22 | Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)" | w0rp | |
This reverts commit f1ed654ca5318de5a24b37d882e55e04e4e566c8. | |||
2019-01-30 | Respect python black fixer configuration file | Aiden Scandella | |
Similar to other linters/fixers, by default change to the directory of the file being fixed before invoking `black`, which allows the tool to read project-specific configuration (pyproject.toml) Fixes #2218 | |||
2019-01-27 | Merge pull request #2228 from Nomad145/ktlint | w0rp | |
Add ktlint Fixer Support | |||
2019-01-27 | add cmake-format fixer support (#2244) | Attila Maczak | |
2019-01-22 | Add `babylon` as default Prettier parser (#2220) | Alvin Chan | |
* Mimic Prettier's default parser by setting it to `babylon` * Add tests to check default Prettier `parser` * Set Prettier default parser based on version * Update the comment to explain the reason for an explicit default | |||
2019-01-20 | Add ktlint fixer support. | Michael Phillips | |
2019-01-10 | Add textlint for Asciidoc and add it to Fixers (#2193) | TANIGUCHI Masaya | |
* Add textlint for asciidoc * Add textlint --fix | |||
2018-12-21 | Fixup tests for auto-pipenv | Miklós Tusz | |
2018-12-21 | Remove unnecessary exe check for black | Miklós Tusz | |
2018-12-21 | Add test for python_black_auto_pipenv | Miklós Tusz | |
2018-12-18 | #2132 Change (buffer, lines) fixer functions to (buffer, done, lines) | w0rp | |
2018-12-18 | Close #2152 - Use ale_javascript_standard_options for fixing files too | w0rp | |
2018-12-10 | Adds standardrb linter (#2133) | Justin Searls | |
See: https://github.com/testdouble/standard StandardRB is to RuboCop what StandardJS is to ESLint. This commit naively copies the RuboCop linter and fixer to point at the standardrb executable. Any other adjustments are very minor (the only I can think of is that standardrb takes a `--fix` option instead of `--auto-correct`). This raises a confusing point to me as both developer and a user: since ale enables all linters by default, won't this run both RuboCop and StandardRB (the results of which will almost always be in conflict with one another)? How does ale already solve for this for the similar case of StandardJS and ESLint? | |||
2018-12-01 | Add bibclen fixer support | Horacio Sanson | |
Closes #1910 | |||
2018-11-12 | add tests for prettier-html | Abin Simon | |
2018-11-04 | Make ocamlformat work without temporary files | Andrey Popp | |
Problem: ocamlformat is configured to format files in-place and thus go via creating a temporary file for that. Because temporary file resides in a different directory ocamlformat can't find `.ocamlformat` configuration files in an original location of source files. Solution: ocamlformat since version 0.8 can read sources on stdin and spur result on stdout. We reconfigure ocamlformat to use a simpler interface. | |||
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 | |