summaryrefslogtreecommitdiff
path: root/test/fixers
AgeCommit message (Expand)Author
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
2017-10-29refmt fixer for ReasonMLAhmed El Gabri
2017-10-27Add hackfmt fixerSam Howie
2017-10-24adds fixer support for hfmt (#1027)Zack Kourouma
2017-10-24Merge pull request #1025 from kfox/add-rustfmt-fixerw0rp
2017-10-22fix test's and delete unused codeCarlos Ramos
2017-10-22new fixer elixir mix formatCarlos Ramos
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
2017-10-03gofmt fixer for Go (#970)aliou
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
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 fil...w0rp
2017-09-09Add elm-format as a new fixer (#916)Clément DOUIN
2017-09-06Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910)Peter Renström
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
2017-08-24Add clang-format fixer for C/C++ (#873)Peter Renström
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
2017-08-10Pass extra rubocop options in the middle instead, and fix the Vader test so i...w0rp
2017-08-10Rubocop fixer now uses g:ale_ruby_rubocop_options (#841)Miguel Palhas
2017-08-09Add support for SwiftFormat as a fixerGordon Fontenot
2017-07-31Add stylelint fixerMahmoud Mostafa
2017-07-22Merge pull request #781 from sumnerevans/standard-fixerw0rp
2017-07-21added tests for Standard.jsSumner Evans
2017-07-20Fix #786 - Only set --no-local-style for yapf if a configuration file is dete...w0rp
2017-07-18Fix #775 - Run eslint.js via node on Windows for eslint --fixw0rp
2017-07-09Make 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 rubocopw0rp
2017-07-03Add a function for fixing the alignment of Vim help tagsw0rp
2017-06-28Add puppet-lint fixer (#701)Alexander "Ace" Olofsson
2017-06-25Add ruby fixer using `rubocop --auto-correct` (#689)Lynn Dylan Hurley
2017-06-20Fix #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 documentationw0rp
2017-06-14Split up the flake8 and ansible-lint handlersw0rp
2017-06-07Search python fixers in virtual environment (#632)José Luis Lafuente
2017-06-07Move all functions for fixing things to autoload/ale/fixers, and only accept ...w0rp
2017-05-22Add a fixer for Python for automatically adding blank lines before control st...w0rp