https://github.com/guykisel/pre-commit-robotframework-lint
pre-commit wrapper for https://github.com/boakley/robotframework-lint
https://github.com/guykisel/pre-commit-robotframework-lint
Last synced: 3 months ago
JSON representation
pre-commit wrapper for https://github.com/boakley/robotframework-lint
- Host: GitHub
- URL: https://github.com/guykisel/pre-commit-robotframework-lint
- Owner: guykisel
- License: mit
- Created: 2014-12-08T22:35:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T17:55:44.000Z (9 months ago)
- Last Synced: 2024-10-11T00:35:26.954Z (9 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pre-commit Robot Framework Lint wrapper
==============================This is a [pre-commit](https://github.com/pre-commit) hook that will run
the [Robot Framework Lint tool](https://github.com/boakley/robotframework-lint) on all of your robot files.* [pre-commit](https://github.com/pre-commit)
* [Robot Framework](https://robotframework.org)Add this to your ``.pre-commit-config.yaml`` file
- repo: git://github.com/guykisel/pre-commit-robotframework-lint
sha: 04770a44648d3697a3fc974dff212c4be7d3ed88
hooks:
- id: robotframework-lint