ale/test/fixers
Elias Martinez Cohen 49db8210f6 Support $GO111MODULE with Go tooling
Allows the user to override $GO111MODULE environment variable through
ale options. This gives control over the default behavior of Go module
resolution.

Golang documentation:
https://github.com/golang/go/wiki/Modules#how-to-use-modules

Add `ale#Go#EnvString()` function to make it easy to add similar Go
environment variables in the future.

Use the new `EnvString` function in all available Go tools callbacks
& update tests

Also add test of linter command callback for `gofmt`
2019-07-01 11:04:33 -04:00
..
eslint-test-files
long-line-project
test_autopep8_fixer_callback.vader
test_bibclean_fixer_callback.vader
test_black_fixer_callback.vader Respect python black fixer configuration file 2019-01-30 14:44:38 -08:00
test_break_up_long_lines_python_fixer.vader Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)" 2019-02-22 20:48:06 +00:00
test_brittany_fixer_callback.vader
test_clangformat_fixer_callback.vader
test_cmakeformat_fixer_callback.vader add cmake-format fixer support (#2244) 2019-01-27 11:45:57 +00:00
test_dartfmt_fixer_callback.vader
test_elm_format_fixer_callback.vader
test_eslint_fixer_callback.vader Fix #1989 - Use ESlint options for fixers too 2019-05-17 20:45:25 +01:00
test_fecs_fixer_callback.vader test: unit test for fecs fixer, fecs command 2019-04-11 19:47:31 +08:00
test_fixjson_fixer_callback.vader
test_floskell_fixer_callback.vader Add floskell for Haskell formatting 2019-04-14 11:27:48 -05:00
test_gofmt_fixer_callback.vader Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
test_goimports_fixer_callback.vader Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
test_gomod_fixer_callback.vader Support $GO111MODULE with Go tooling 2019-07-01 11:04:33 -04:00
test_goofle_java_format_fixer_callback.vader
test_hackfmt_fixer_callback.vader
test_hfmt_fixer_callback.vader
test_hlint_fixer_callback.vader
test_importjs_fixer_callback.vader
test_isort_fixer_callback.vader
test_jq_fixer_callback.vader
test_ktlint_fixer_callback.vader Add ktlint fixer support. 2019-01-20 19:39:47 -06:00
test_latexindent_fixer_callback.vader Add support for latexindent (#2387) 2019-04-13 13:21:59 +01:00
test_mix_format_fixer_callback.vader
test_ocamlformat_fixer_callback.vader
test_ocp_indent_fixer_callback.vader Add fixer for OCaml ocp-indent (#2436) 2019-05-07 18:50:26 +01:00
test_perltidy_fixer_callback.vader
test_pgformatter_fixer_callback.vader add pgformatter 2019-05-27 09:00:11 +04:30
test_php_cs_fixer.vader
test_phpcbf_fixer_callback.vader
test_prettier_eslint_fixer.callback.vader #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
test_prettier_fixer_callback.vader prettier: Support experimental languages 2019-06-06 22:04:32 +02:00
test_puppetlint_fixer_callback.vader
test_python_add_blank_lines_fixer.vader
test_qmlfmt_fixer_callback.vader
test_refmt_fixer_callback.vader
test_reorder_python_imports_fixer_callback.vader Add support for reorder-python-imports fixer 2019-06-08 19:22:50 -04:00
test_rubocop_fixer_callback.vader
test_rufo_fixer_callback.vader
test_rustfmt_fixer_callback.vader
test_scalafmt_fixer_callback.vader
test_shfmt_fixer_callback.vader
test_sqlfmt_fixer_callback.vader
test_standard_fixer_callback.vader
test_standardrb_fixer_callback.vader
test_stylelint_fixer_callback.vader
test_styler_fixer_callback.vader Add a fixer for r based on the styler package (#2401) 2019-04-23 19:44:26 +01:00
test_stylish_haskell_fixer_callback.vader
test_swiftformat_fixer_callback.vader
test_terraform_fmt_fixer_callback.vader
test_textlint_fixer_callback.vader Add textlint for Asciidoc and add it to Fixers (#2193) 2019-01-10 18:53:45 +00:00
test_tidy_fixer_callback.vader
test_trim_whitespace.vader Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)" 2019-02-22 20:48:06 +00:00
test_tslint_fixer_callback.vader
test_uncrustify_fixer_callback.vader
test_vim_help_tags_alignment_fixer.vader
test_xmllint_fixer_callback.vader
test_yapf_fixer_callback.vader