From 070566712688de103cc1cb6fe326224bc9362881 Mon Sep 17 00:00:00 2001 From: Dave Henton Date: Thu, 8 Feb 2018 09:08:59 -0800 Subject: [PATCH] Update .codeclimate.yml This adds ESLint and markdownlint to your analysis. Be sure to check out the docs for each of these plugins if you'd like to tweak their configuration further. - https://docs.codeclimate.com/docs/markdownlint https://docs.codeclimate.com/docs/eslint --- .codeclimate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 8c3e549cd..a2f87478e 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,4 +1,9 @@ version: "2" # required to adjust maintainability checks +plugins: + eslint: + enabled: true + markdownlint: + enabled: true checks: argument-count: config: