Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-28 | #1303 jq isn't a Node program | w0rp | |
2018-01-24 | Support fixing JSON files with fixjson | rhysd | |
2017-12-27 | Don't use temporary file for rustfmt fixer | Björn Lindström | |
rustfmt normally acts on a file in place, and applies configuration from rustfmt.toml files according to the path of the file. Using a temporary file for rustfmt breaks this functionality, so removing the '%t' from the rustfmt command. | |||
2017-12-19 | Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0 | w0rp | |
instead. | |||
2017-12-09 | add google-java-format fixer | butlerx | |
2017-12-08 | goimports fixer doesn't work for vendored libraries | Martin Tournoij | |
In Go you can "vendor" packages by putting them in the `vendor/` directory for a project. Adding the `-srcdir` argument makes `goimports` pick up these packages, in addition to what you have in GOPATH. Without this, `goimports` is not very useful, since most projects vendor their packages. | |||
2017-12-07 | Merge pull request #1174 from ↵ | w0rp | |
eborden/eborden/add-brittany-for-haskell-formatting Add brittany for Haskell formatting | |||
2017-12-05 | added importjs fixer | Jeff Willette | |
- added tests for fixer functions - added docs | |||
2017-12-02 | Fixed command string for phpcbf fixer | E.J. Sexton | |
2017-11-29 | Fix #1178 - Don't use the output from eslint_d for fixing files when the ↵ | w0rp | |
output is an error message | |||
2017-11-28 | Add brittany for Haskell formatting | Evan Rutledge Borden | |
`brittany` is one of the options for Haskell source formatting. This adds the necessary fixer files and documentation to support `brittany` in `ALE`. | |||
2017-11-22 | Fix #988 - Support --fix-dry-run for ESLint by processing the JSON output | w0rp | |
2017-11-22 | Fix a typo | w0rp | |
2017-11-22 | Fix the eslint_d fixer tests for Windows | w0rp | |
2017-11-22 | #988 Take --fix-dry-run away again, because it is dumb | w0rp | |
2017-11-22 | Fix #988 - Support --fix-dry-run for ESLint where available, and ↵ | w0rp | |
--fix-to-stdout for eslint_d | |||
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 | |
* Added support for goimports fixer * added test and executable check * fixed test assertions to reflect executable check | |||
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 | |
* Add shfmt fixer for sh files * Add tests for shfmt fixer | |||
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 | |
Add support for fixing Haskell with hfmt | |||
2017-10-24 | Merge pull request #1025 from kfox/add-rustfmt-fixer | w0rp | |
add rustfmt fixer | |||
2017-10-22 | fix test's and delete unused code | Carlos Ramos | |
2017-10-22 | new fixer elixir mix format | Carlos Ramos | |
(only available in elixir > 1.6) | |||
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 | |
add a new fixer: trim_whitespace | |||
2017-10-03 | gofmt fixer for Go (#970) | aliou | |
Add a gofmt fixer for golang. | |||
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 | |
not detect node_modules correctly. The `-c` option, however, works fine. | |||
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 ↵ | w0rp | |
filenames for eslint --fix | |||
2017-09-09 | Add elm-format as a new fixer (#916) | Clément DOUIN | |
* Add elm-format as a new fixer | |||
2017-09-06 | Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910) | Peter Renström | |
* Add prettier fixer support for typescript * Add prettier fixer support for css and scss * Add prettier fixer support for json * Use getbufvar() to get &filetype | |||
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 | |
* Add support for prettier configuration file. As of version 1.6.0, prettier allows passing a `--config` argument with a path to a configuration file. * Add test prettier configuration file. * Add option to use local prettier configuration. * Add description for new prettier option. * Also check if the config is present before using it. | |||
2017-08-24 | Add clang-format fixer for C/C++ (#873) | Peter Renström | |
* Add clang-format fixer for C/C++ * Document clang-format options * Refer ale-cpp-clangformat to ale-c-clangformat | |||
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 | |
Add support for SwiftFormat as a fixer | |||
2017-08-10 | Pass extra rubocop options in the middle instead, and fix the Vader test so ↵ | w0rp | |
it can be run multiple times in Vim | |||
2017-08-10 | Rubocop fixer now uses g:ale_ruby_rubocop_options (#841) | Miguel Palhas | |
* Rubocop fixer now uses g:ale_ruby_rubocop_options * Adds spec |