Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.1 KB

File metadata and controls

40 lines (26 loc) · 1.1 KB
orphan

Robotidy 4.9.0

Allow to skip formatting documentation in AlignSettingsSection transformer and fix GenerateDocumentation transformer removing documentation from settings and test cases sections.

You can install the latest available version by running

pip install --upgrade robotframework-tidy

or to install exactly this version

pip install robotframework-tidy==4.9.0

Transformers changes

Skip documentation option for AlignSettingsSection transformer (#622)

Support skipping documentation in AlignSettingsSection with AlignSettingsSection:skip_documentation=True or --skip-documentation skip options (#622).

Fixes

GenerateDocumentation overwriting documentation in Settings and Test Cases sections (#628)

GenerateDocumentation transformer should now only overwrite documentation for the *** Keywords *** section.