diff options
author | Thibault Vatter <thibault.vatter@gmail.com> | 2019-11-07 13:22:57 -0500 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-11-07 18:22:57 +0000 |
commit | db6b1b5ecc17558f87f55b159f90ebf36677b6b3 (patch) | |
tree | ccb1e33ea476718c5396e238b18e30b675618b3e /test/fixers/test_styler_fixer_callback.vader | |
parent | a273b9cf4a9778fd6f083eb534fefa72c4bea623 (diff) | |
download | ale-db6b1b5ecc17558f87f55b159f90ebf36677b6b3.zip |
Switch from style to transformers (#2838)
* Switch to transformers for styler
* Adapt unit test too
Diffstat (limited to 'test/fixers/test_styler_fixer_callback.vader')
-rw-r--r-- | test/fixers/test_styler_fixer_callback.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixers/test_styler_fixer_callback.vader b/test/fixers/test_styler_fixer_callback.vader index 85e45c1d..79f71ba9 100644 --- a/test/fixers/test_styler_fixer_callback.vader +++ b/test/fixers/test_styler_fixer_callback.vader @@ -13,7 +13,7 @@ Execute(The styler callback should include custom styler options): \ { \ 'command': 'Rscript --vanilla -e ' \ . '"suppressPackageStartupMessages(library(styler));' - \ . 'style_file(commandArgs(TRUE), style = ' + \ . 'style_file(commandArgs(TRUE), transformers = ' \ . 'a_custom_option)"' \ . ' %t', \ 'read_temporary_file': 1, |