Skip to content

A pre-commit hook that will run Robot Framework's Tidy tool on all of your robot files

License

Notifications You must be signed in to change notification settings

AudaxHealthInc/pre-commit-robotframework-tidy

 
 

Repository files navigation

pre-commit Robot Framework Tidy wrapper

used by: https://github.com/AudaxHealthInc/Connect-Automated-Tests/pull/203

This is a pre-commit hook that will run Robot Framework's Tidy tool on all of your robot files.

Add this to your .pre-commit-config.yaml file

-   repo: git://github.com/AudaxHealthInc/pre-commit-robotframework-tidy
    sha: 2ca903f005db8f8d87abe42864070f5b95e0837a
    hooks:
    -   id: robotframework-tidy-wrapper

Available flags:

  • --use-pipes: Use pipes as delimiters instead of just spaces. Defaults to False.
  • --space-count: How many spaces to use as a delimiter. Defaults to 4.

Development: pip install -r requirements-dev.txt

About

A pre-commit hook that will run Robot Framework's Tidy tool on all of your robot files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%