mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-30 08:04:31 +08:00
Switch from style to transformers (#2838)
* Switch to transformers for styler * Adapt unit test too
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user