From c2fc429291c87a061fe41591e5786629ebf771f0 Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Tue, 3 Dec 2019 19:09:01 -0800 Subject: [PATCH] enable reek and shellcheck Signed-off-by: Miah Johnson --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index ab70a0a2b..a7474d5c3 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -22,8 +22,12 @@ plugins: enabled: true config: score_threshold: 30 + reek: + enabled: true markdownlint: enabled: true + shellcheck: + enabled: true exclude_patterns: - "www/source/javascripts/" - "examples/"