Does someone know it there is a pre-commit hook for robot files equivalent to check_toml and friends?
One could always run rf with --dry-run argument to verify syntax stuff and then robocop for extra checks ? Or even robotidy to check that code format does not change ..
Eg, wiring up extra tooling to precommit hooks is not that hard and people using those probably do not need 3rd party code to run then as part of the commit cycle..
1 Like
I haven’t tried it yet myself as the new version of Robocop (which now combines robocop and robotidy) is still fairly recent, but they have documentation on how to use it with pre-commit.
3 Likes