From 9af808f9e53c31fdc41a9516116c02bb995e79e3 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Sat, 20 May 2017 15:37:14 +0200 Subject: [PATCH] add mdlint --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index b77ffde..af10cc6 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -15,6 +15,8 @@ engines: enabled: true rubocop: enabled: true + markdownlint: + enabled: true exclude_paths: - "**tipuesearch.js"