summaryrefslogtreecommitdiff
path: root/test/fixers/test_python_add_blank_lines_fixer.vader
AgeCommit message (Collapse)Author
2018-09-25Bugfix: python add blank lines (#1944)Bert JW Regeer
* Don't add newlines when not a control statement for Python * Add test for accidental newline fix * Add docstring detection to avoid adding unnecessarily newlines * Add tests for docstring detection
2017-06-20Fix #667 - Do not add extra blank lines for ↵w0rp
add_blank_lines_for_python_control_statements
2017-06-07Move all functions for fixing things to autoload/ale/fixers, and only accept ↵w0rp
the lines of input where needed.
2017-05-22Add a fixer for Python for automatically adding blank lines before control ↵w0rp
statements