Add pre-commit hook for trailing-whitespace 32/11832/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 18 Jul 2018 01:31:17 +0000 (21:31 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 18 Jul 2018 01:31:17 +0000 (21:31 -0400)
commit6ee7bfa44db16ca4692bf7b1e1d0db6d7b96e619
treee88cce6326443af0521dea2794f7e2c2f56de791
parentb9d418492d918afbc8a778788a9d2c21a5c60267
Add pre-commit hook for trailing-whitespace

Install using tox:

    tox -e check-hooks

ref: https://pre-commit.com

Change-Id: I2423e9619870b1b97c0082cd54aad06479dcf172
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.pre-commit-config.yaml [new file with mode: 0644]
tox.ini