Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-08-09 | Add support for SwiftFormat as a fixer | Gordon Fontenot | |
SwiftFormat is a tool that can be used to format Swift files. This commit adds support for using SwiftFormat as a fixer from ALE. It looks for executables in the Pods directory, then the Pods directory for a React Native project, then finally falls back to the globally installed instance if neither of those were found. https://github.com/nicklockwood/SwiftFormat | |||
2017-07-31 | Add stylelint fixer | Mahmoud Mostafa | |
2017-07-22 | Merge pull request #781 from sumnerevans/standard-fixer | w0rp | |
Added fixer for Standard linter | |||
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 ↵ | w0rp | |
detected | |||
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 ↵ | w0rp | |
fix some missing escaping for the rubocop linter | |||
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 | |
* Add puppet-lint fixer * Add vader test for puppetlint fixer * Ensure puppetlint variables are initialized | |||
2017-06-25 | Add ruby fixer using `rubocop --auto-correct` (#689) | Lynn Dylan Hurley | |
* add ruby fixer for `rubocop --auto-correct` | |||
2017-06-20 | Fix #667 - Do not add extra blank lines for ↵ | w0rp | |
add_blank_lines_for_python_control_statements | |||
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 | |
* Search python fixers in virtual environment * Add tests for python fixers | |||
2017-06-07 | Move all functions for fixing things to autoload/ale/fixers, and only accept ↵ | w0rp | |
the lines of input where needed. | |||
2017-05-22 | Add a fixer for Python for automatically adding blank lines before control ↵ | w0rp | |
statements |