Robotidy uses 'transformers' for class names and options. It is not self explanatory what the 'transformer' actually is. I believe the better term would be 'formatters'.
This change requires:
renaming --transform to --include (temporary name, I dont want to use --format because the command will be robocop format). --include is closer to actual behaviour too, as it only runs selected formatters
renaming --custom-transformers to --custom-formatters
rename Transformer occurences to Formatter, for example Transformer class, or documentation
Robotidy uses 'transformers' for class names and options. It is not self explanatory what the 'transformer' actually is. I believe the better term would be 'formatters'.
This change requires:
--transform
to--include
(temporary name, I dont want to use--format
because the command will berobocop format
).--include
is closer to actual behaviour too, as it only runs selected formatters--custom-transformers
to--custom-formatters
Transformer
occurences toFormatter
, for exampleTransformer
class, or documentation