TOOL » LINTER

Rflint

Usage

A static analyzer for robot framework plain text files.

shell
rflint OPTIONS PATH
OptionDescription
-r --recursiveRecursively scan subfolders in a directory.
-l --listShow a list of known rules and exit.
-v --verboseGive verbose output.

Examples

Check all files in current directory.

shell
rflint --recursive .

Check all rules and their descriptions.

shell
rflint --list --verbose