This is a pre-commit hook that will run the Robot Framework Lint tool on all of your robot files.
Add this to your .pre-commit-config.yaml
file
- repo: git://github.com/dang113108/pre-commit-robotframework-lint
rev: <commit_id or tag>
hooks:
- id: robotframework-lint
args:
- -i=RequireKeywordDocumentation