Age | Commit message (Expand) | Author |
2017-11-22 | #1095 Use --stdin-filepath where available for prettier-eslint | w0rp |
2017-11-22 | #1095 - Use --stdin-filepath for prettier, where available | w0rp |
2017-11-14 | Add tests for the goimports fixer commands | w0rp |
2017-11-14 | Added support for goimports fixer (#1123) | Jeff Willette |
2017-11-05 | Modify the shmft tests so they won't mess with your settings | w0rp |
2017-11-05 | Add shfmt fixer for sh files (#1083) | Simon Bugert |
2017-10-29 | refmt fixer for ReasonML | Ahmed El Gabri |
2017-10-27 | Add hackfmt fixer | Sam Howie |
2017-10-24 | adds fixer support for hfmt (#1027) | Zack Kourouma |
2017-10-24 | Merge pull request #1025 from kfox/add-rustfmt-fixer | w0rp |
2017-10-22 | fix test's and delete unused code | Carlos Ramos |
2017-10-22 | new fixer elixir mix format | Carlos Ramos |
2017-10-21 | add rustfmt fixer | Kelly Fox |
2017-10-20 | add prettier fixer support for 'less' filetype | Zack Kourouma |
2017-10-16 | fix test't | Carlos Ramos |
2017-10-16 | Add new fixer tslint for typescript, fixes #932 | Carlos Ramos |
2017-10-12 | Add new fixer: TrimWhitespace (#991) | Carlos Ramos |
2017-10-03 | gofmt fixer for Go (#970) | aliou |
2017-10-01 | Get fixer tests to work on Windows | w0rp |
2017-10-01 | Use local versions of yapf on Windows, and get the callback tests to pass | w0rp |
2017-09-24 | There seems to be a bug in eslint that causes the `--config` option to | Ray Zane |
2017-09-12 | Fix #923 Use package.json as a last resort for eslint --fix | w0rp |
2017-09-11 | Fix #922 - Prefer nearer ESLint configuration files with lower precedence fil... | w0rp |
2017-09-09 | Add elm-format as a new fixer (#916) | Clément DOUIN |
2017-09-06 | Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910) | Peter Renström |
2017-08-31 | Fix #895 - Run Node.js scripts with node.exe instead of node on Windows | w0rp |
2017-08-30 | Cover the prettier-eslint changes with tests, and fix some problems | w0rp |
2017-08-29 | Add support for prettier configuration file. (#886) | aliou |
2017-08-24 | Add clang-format fixer for C/C++ (#873) | Peter Renström |
2017-08-20 | add phpcbf fixer | tmn-o3 |
2017-08-11 | Add a fix function for breaking up long Python lines, which is hidden for now | w0rp |
2017-08-10 | Merge pull request #842 from gfontenot/gf-swiftformat | w0rp |
2017-08-10 | Pass extra rubocop options in the middle instead, and fix the Vader test so i... | w0rp |
2017-08-10 | Rubocop fixer now uses g:ale_ruby_rubocop_options (#841) | Miguel Palhas |
2017-08-09 | Add support for SwiftFormat as a fixer | Gordon Fontenot |
2017-07-31 | Add stylelint fixer | Mahmoud Mostafa |
2017-07-22 | Merge pull request #781 from sumnerevans/standard-fixer | w0rp |
2017-07-21 | added tests for Standard.js | Sumner Evans |
2017-07-20 | Fix #786 - Only set --no-local-style for yapf if a configuration file is dete... | w0rp |
2017-07-18 | Fix #775 - Run eslint.js via node on Windows for eslint --fix | w0rp |
2017-07-09 | Make every test set filenames and switch directories in the same way, and fix... | w0rp |
2017-07-06 | #732 - Use the configuration files when fixing files with rubocop | w0rp |
2017-07-03 | Add a function for fixing the alignment of Vim help tags | w0rp |
2017-06-28 | Add puppet-lint fixer (#701) | Alexander "Ace" Olofsson |
2017-06-25 | Add ruby fixer using `rubocop --auto-correct` (#689) | Lynn Dylan Hurley |
2017-06-20 | Fix #667 - Do not add extra blank lines for add_blank_lines_for_python_contro... | w0rp |
2017-06-18 | #659 - Add options for Python fixers, and cut down on duplicated documentation | w0rp |
2017-06-14 | Split up the flake8 and ansible-lint handlers | w0rp |
2017-06-07 | Search python fixers in virtual environment (#632) | José Luis Lafuente |
2017-06-07 | Move all functions for fixing things to autoload/ale/fixers, and only accept ... | w0rp |