Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |