Add pre-commit robot-framework tidy 22/81522/4
authorThanh Ha <zxiiro@gmail.com>
Wed, 10 Apr 2019 08:04:37 +0000 (16:04 +0800)
committerJamo Luhrsen <jluhrsen@gmail.com>
Tue, 14 May 2019 15:37:02 +0000 (15:37 +0000)
commitd9cee5b14197c4934f153b4770eaa2834205faa4
tree8a339e32e11268fd32883f54c08fe1b47e8b7226
parentb4f07ed4d8101ece59be832d01e966e878ce4a3f
Add pre-commit robot-framework tidy

Use pre-commit to handle robot tidy tool rather than maintaining our
own. This tool is handy because it will automatically correct the
local files on "git commit" after pre-commit is installed for the
first time.

Install pre-commit using tox with `tox -e pre-commit`.

Change-Id: I64d802b2d0754160755bce3e50272a5f28af4d72
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
.pre-commit-config.yaml [new file with mode: 0644]
tools/robot_check/README.markdown [deleted file]
tools/robot_check/requirements.txt [deleted file]
tools/robot_check/tidy.sh [deleted file]
tools/robot_check/tidytool.py [deleted file]
tox.ini