From ab4826a57a5a8676e07faa7cbad6c8607862322e Mon Sep 17 00:00:00 2001 From: Lucas Cimon Date: Thu, 30 Nov 2017 01:57:52 +0100 Subject: [PATCH] Fixing stuff --- .pre-commit-config.yaml | 3 ++- test_ludochaordic.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81550b2..3e9c594 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,8 @@ exclude: ^templates/(index|tipue_search)\.html$ - repo: local hooks: - - id: make-eslint + - id: eslint + name: eslint language: system entry: make eslint files: '' diff --git a/test_ludochaordic.sh b/test_ludochaordic.sh index 4650520..fd6b528 100755 --- a/test_ludochaordic.sh +++ b/test_ludochaordic.sh @@ -3,6 +3,7 @@ set -o pipefail -o errexit -o nounset -o xtrace cd .. git clone https://github.com/getpelican/pelican-plugins.git +cd pelican-plugins git submodule update --init image_process representative_image tag_cloud cd ..