/pre-commit-robotframework-lint

pre-commit wrapper for https://github.com/boakley/robotframework-lint

Primary LanguagePythonMIT LicenseMIT

pre-commit Robot Framework Lint wrapper

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