Skip to content

Commit 62049b6

Browse files
committed
Document that Tidy w/ --recursive doesn't process resources
Fixes robotframework#3260
1 parent b4b53d3 commit 62049b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/userguide/src/SupportingTools/Tidy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Options
3939

4040
-r, --recursive Process given directory recursively. Files in the directory
4141
are processed in place similarly as when :option:`--inplace`
42-
option is used.
42+
option is used. Does not process referenced resource files.
4343
-f, --format <robot|txt|html|tsv>
4444
Output file format. If the output file is given explicitly,
4545
the default value is got from its extension. Otherwise

src/robot/tidy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
python -m robot.tidy --inplace --format robot *.html
6969
-r --recursive Process given directory recursively. Files in the directory
7070
are processed in-place similarly as when --inplace option
71-
is used.
71+
is used. Does not process referenced resource files.
7272
-f --format txt|html|tsv|robot
7373
Output file format. If omitted, the format of the input
7474
file is used.

0 commit comments

Comments
 (0)