From 4effc7f6d611128917b7cd227b7d5ce1daf184e7 Mon Sep 17 00:00:00 2001 From: Linus Oleander Date: Sat, 11 Dec 2021 01:21:01 +0100 Subject: [PATCH] add more codeclimate plugins --- .codeclimate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 611bac5d..2550edec 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -15,3 +15,7 @@ plugins: enabled: true rubocop: enabled: true + shellcheck: + enabled: true + markdownlint: + enabled: true