Use pre-commit to run the shellcheck hook rather than coala as
we want to eventually phase out coala.
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: Id8068a29379a5c71c6f016e00e99325939e1e693
docs/jjb/lf-macros.rst,
docs/jjb/lf-maven-jobs.rst,
docs/jjb/lf-rtdv3-jobs.rst
-
-[all.ShellCheck]
-bears = ShellCheckBear,SpaceConsistencyBear
-files = **.sh
-shell = bash
-indent_size = 4
-use_spaces = yeah
rev: 1.18.2
hooks:
- id: prettier
+
+ - repo: https://github.com/jumanjihouse/pre-commit-hooks
+ rev: 1.11.2
+ hooks:
+ - id: shellcheck