Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-10 | test: Add astyle vader test | jhlink | |
2020-07-01 | Run ESLint fixer from project root, where possible (#3096) | Kevin Locke | |
* Split eslint#GetCdString from eslint#GetCommand Move the code for finding the project root and building the cd string into a separate function so that it can be reused in the eslint fixer. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> * Run ESLint fixer from project root dir To match the ESLint linter, as changed in 9ee57d43 (which I forgot to apply to the fixer, whoops). Fixes: #3094 Closes: #3095 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-11-14 | Clean up the nimpretty code | w0rp | |
2019-11-09 | add nimpretty fixer | Bùi Thành Nhân | |
2019-11-07 | Switch from style to transformers (#2838) | Thibault Vatter | |
* Switch to transformers for styler * Adapt unit test too | |||
2019-11-07 | Fix a test failing in AppVeyor | w0rp | |
2019-10-29 | Merge pull request #2690 from iclanzan/purty | w0rp | |
Add purty fixer for PureScript | |||
2019-10-28 | Fix the test issues with html-beautify | w0rp | |
2019-10-28 | Add support for html-beautify (#2788) | Hugo Osvaldo Barrera | |
* Add support for html-beautify * Add html-beautify to the list of supported tools * Update docs | |||
2019-10-28 | fixers/stylelint: enhance `stylelint` fixer (#2745) | Charlie Johnson | |
* Refactor stylelint fixer test * Support additional stylelint fixer options * Support changing working directory for stylelint fixer * Force css syntax for stylelint fixer | |||
2019-10-07 | Merge pull request #2676 from davidtwco/nixfmt-fixer | w0rp | |
Add nixpkgs-fmt fixer. | |||
2019-09-12 | feat: support sqlformat. (#2702) | Cluas | |
* feat: support sqlformat. | |||
2019-09-10 | dfmt support (#2662) | theoremoon | |
* Add support for `dfmt` | |||
2019-08-26 | Add nixpkgs-fmt fixer. | David Wood | |
This commit adds a fixer for the Nix language, nixpkgs-fmt (https://github.com/nix-community/nixpkgs-fmt). | |||
2019-08-18 | Merge remote-tracking branch 'AlexeiDrake/master' into ↵ | w0rp | |
bugfix/c-lsp-build-dir-settings | |||
2019-08-18 | Black fixer should include --pyi for files with .pyi extension (#2705) | richyfish | |
* black fixer should include --pyi for files with .pyi extension | |||
2019-08-18 | Merge pull request #2631 from timlag1305/feat/ada-gnatpp | w0rp | |
Add gnatpp fixer for Ada | |||
2019-08-12 | Add purty fixer. | Sorin Iclanzan | |
2019-08-02 | Fix #2668 - Set g:ale_go_go111module | w0rp | |
2019-07-30 | Merge pull request #2430 from eliath/master | w0rp | |
Support $GO111MODULE with Go tooling | |||
2019-07-19 | Set --assume-filename for clangformat fixer | Paul Reimer | |
2019-07-13 | Add Sorbet ruby linter and fixer (#2614) | Matthew Lanigan | |
2019-07-02 | Add clangtidy fixer (#2548) | ObserverOfTime | |
* Add clangtidy fixer * Add extra_options to clangtidy fixer * Also, use cpp variables in cpp filetypes | |||
2019-07-01 | Add gnatpp fixer for Ada | Tim Lagnese | |
2019-07-01 | Support $GO111MODULE with Go tooling | Elias Martinez Cohen | |
Allows the user to override $GO111MODULE environment variable through ale options. This gives control over the default behavior of Go module resolution. Golang documentation: https://github.com/golang/go/wiki/Modules#how-to-use-modules Add `ale#Go#EnvString()` function to make it easy to add similar Go environment variables in the future. Use the new `EnvString` function in all available Go tools callbacks & update tests Also add test of linter command callback for `gofmt` | |||
2019-06-13 | Merge pull request #2563 from dcyriller/fixer-prettier-glimmer | w0rp | |
prettier: Support experimental languages (Handlebars) | |||
2019-06-08 | Add support for reorder-python-imports fixer | Jake Kaufman | |
isort is great, but I've come to prefer reorder-python-imports. The tool has a focus on smaller diffs than isort. reorder-python-imports is also a little smarter than isort which is nice. | |||
2019-06-06 | prettier: Support experimental languages | Cyrille David | |
Such as handlebars | |||
2019-05-27 | add pgformatter | Sajjad Hashemian | |
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 | |