From 6f8e8ff766d09cd14688d3498101df8817862e1e Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 27 Jan 2020 19:39:14 +0000 Subject: [PATCH] Adds marksdownlint hook definition --- .pre-commit-hooks.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 7a3b380..f9ab3cc 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -149,6 +149,12 @@ language: python entry: forbid-new-submodules description: Prevent addition of new git submodules +- id: markdownlint + name: Check markdown files + description: Check markdown files and flag style issues + entry: run-mdl + language: ruby + types: ['markdown'] - id: mixed-line-ending name: Mixed line ending description: Replaces or checks mixed line ending