From dc9940fb0d671ca8acae58de77b6a506241254be Mon Sep 17 00:00:00 2001 From: Vivek Kumar Bansal Date: Fri, 4 Aug 2017 07:58:53 +0530 Subject: [PATCH] exclude markdown files --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index af487a3d..615c5821 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -13,6 +13,7 @@ exclude_paths: - tests/**/* - examples.config.js - webpack.config.js + - *.md ratings: paths: - src/**/*