ale/test/fixers
Gordon Fontenot 4709e67627
Add support for SwiftFormat as a fixer
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-08-09 12:41:21 -05:00
..
test_autopep8_fixer_callback.vader Make every test set filenames and switch directories in the same way, and fix some missing escaping for the rubocop linter 2017-07-09 22:43:31 +01:00
test_eslint_fixer_callback.vader Fix #775 - Run eslint.js via node on Windows for eslint --fix 2017-07-18 12:28:20 +01:00
test_isort_fixer_callback.vader Make every test set filenames and switch directories in the same way, and fix some missing escaping for the rubocop linter 2017-07-09 22:43:31 +01:00
test_puppetlint_fixer_callback.vader Make every test set filenames and switch directories in the same way, and fix some missing escaping for the rubocop linter 2017-07-09 22:43:31 +01:00
test_python_add_blank_lines_fixer.vader Fix #667 - Do not add extra blank lines for add_blank_lines_for_python_control_statements 2017-06-20 09:39:58 +01:00
test_rubocop_fixer_callback.vader Make every test set filenames and switch directories in the same way, and fix some missing escaping for the rubocop linter 2017-07-09 22:43:31 +01:00
test_standard_fixer_callback.vader added tests for Standard.js 2017-07-21 11:47:41 -06:00
test_stylelint_fixer_callback.vader Add stylelint fixer 2017-07-31 02:54:59 +02:00
test_swiftformat_fixer_callback.vader Add support for SwiftFormat as a fixer 2017-08-09 12:41:21 -05:00
test_vim_help_tags_alignment_fixer.vader Add a function for fixing the alignment of Vim help tags 2017-07-03 16:51:34 +01:00
test_yapf_fixer_callback.vader Fix #786 - Only set --no-local-style for yapf if a configuration file is detected 2017-07-20 11:07:07 +01:00