summaryrefslogtreecommitdiff
path: root/test/fixers
AgeCommit message (Collapse)Author
2018-02-04Fix #1330 - Find isort configs better by changing the working directoryw0rp
2018-01-28#1303 jq isn't a Node programw0rp
2018-01-24Support fixing JSON files with fixjsonrhysd
2017-12-27Don't use temporary file for rustfmt fixerBjö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-19Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0w0rp
instead.
2017-12-09add google-java-format fixerbutlerx
2017-12-08goimports fixer doesn't work for vendored librariesMartin 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-07Merge pull request #1174 from ↵w0rp
eborden/eborden/add-brittany-for-haskell-formatting Add brittany for Haskell formatting
2017-12-05added importjs fixerJeff Willette
- added tests for fixer functions - added docs
2017-12-02Fixed command string for phpcbf fixerE.J. Sexton
2017-11-29Fix #1178 - Don't use the output from eslint_d for fixing files when the ↵w0rp
output is an error message
2017-11-28Add brittany for Haskell formattingEvan 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-22Fix #988 - Support --fix-dry-run for ESLint by processing the JSON outputw0rp
2017-11-22Fix a typow0rp
2017-11-22Fix the eslint_d fixer tests for Windowsw0rp
2017-11-22#988 Take --fix-dry-run away again, because it is dumbw0rp
2017-11-22Fix #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-eslintw0rp
2017-11-22#1095 - Use --stdin-filepath for prettier, where availablew0rp
2017-11-14Add tests for the goimports fixer commandsw0rp
2017-11-14Added 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-05Modify the shmft tests so they won't mess with your settingsw0rp
2017-11-05Add shfmt fixer for sh files (#1083)Simon Bugert
* Add shfmt fixer for sh files * Add tests for shfmt fixer
2017-10-29refmt fixer for ReasonMLAhmed El Gabri
2017-10-27Add hackfmt fixerSam Howie
2017-10-24adds fixer support for hfmt (#1027)Zack Kourouma
Add support for fixing Haskell with hfmt
2017-10-24Merge pull request #1025 from kfox/add-rustfmt-fixerw0rp
add rustfmt fixer
2017-10-22fix test's and delete unused codeCarlos Ramos
2017-10-22new fixer elixir mix formatCarlos Ramos
(only available in elixir > 1.6)
2017-10-21add rustfmt fixerKelly Fox
2017-10-20add prettier fixer support for 'less' filetypeZack Kourouma
2017-10-16fix test'tCarlos Ramos
2017-10-16Add new fixer tslint for typescript, fixes #932Carlos Ramos
2017-10-12Add new fixer: TrimWhitespace (#991)Carlos Ramos
add a new fixer: trim_whitespace
2017-10-03gofmt fixer for Go (#970)aliou
Add a gofmt fixer for golang.
2017-10-01Get fixer tests to work on Windowsw0rp
2017-10-01Use local versions of yapf on Windows, and get the callback tests to passw0rp
2017-09-24There seems to be a bug in eslint that causes the `--config` option toRay Zane
not detect node_modules correctly. The `-c` option, however, works fine.
2017-09-12Fix #923 Use package.json as a last resort for eslint --fixw0rp
2017-09-11Fix #922 - Prefer nearer ESLint configuration files with lower precedence ↵w0rp
filenames for eslint --fix
2017-09-09Add elm-format as a new fixer (#916)Clément DOUIN
* Add elm-format as a new fixer
2017-09-06Add '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-31Fix #895 - Run Node.js scripts with node.exe instead of node on Windowsw0rp
2017-08-30Cover the prettier-eslint changes with tests, and fix some problemsw0rp
2017-08-29Add 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-24Add 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-20add phpcbf fixertmn-o3
2017-08-11Add a fix function for breaking up long Python lines, which is hidden for noww0rp
2017-08-10Merge pull request #842 from gfontenot/gf-swiftformatw0rp
Add support for SwiftFormat as a fixer
2017-08-10Pass extra rubocop options in the middle instead, and fix the Vader test so ↵w0rp
it can be run multiple times in Vim